Color Hex Logo

#a35e01 Color Hex

#A35E01
(163,94,1)
0 Favorites   0 Comments

Color spaces of #a35e01

RGB 163941
HSL0.100.990.32
HSV34°99°64°
CMYK 0.000.420.99   0.36
XYZ19.112415.79412.0700
Yxy15.79410.51690.4271
Hunter Lab39.741816.295124.7311
CIE-Lab46.703222.656654.7304

#a35e01 color RGB value is (163,94,1).

#a35e01 hex color red value is 163, green value is 94 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #a35e01 hue: 0.10 , saturation: 0.99 and the lightness value of a35e01 is 0.32.

The process color (four color CMYK) of #a35e01 color hex is 0.00, 0.42, 0.99, 0.36. Web safe color of #a35e01 is #996600. Color #a35e01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011110 00000001
Octal 243 136 1
Decimal 163 94 1
Hex A3 5E 1

RGB Percentages of Color #a35e01

%63.18
%36.43
%0.39

CMYK Percentages of Color #a35e01

%0
%42
%99
%36

Triadic Colors of #a35e01

#a35e01 #01a35e #5e01a3

Analogous Colors of #a35e01

#a35e01 #97a301 #a30d01

Monochromatic Colors of #a35e01

#a35e01

Complementary Color

#a35e01 #0146a3

#a35e01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35e01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35e01 Color CSS Codes

.mybgcolor {background-color:#a35e01; } 
.myforecolor {color:#a35e01; }
.mybordercolor {border:3px solid #a35e01; }

#a35e01 Text Font Color

<p style="color:#a35e01">Text here</p>

This sample text font color is #a35e01
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a35e01 Background Color

<div style="background-color:#a35e01">
Div content here</div>

This div background color is #a35e01


#a35e01 Border Color

<div style="border:3px solid #a35e01">
Div here</div>

This div border color is #a35e01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,94,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35e01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35e01;
  -webkit-box-shadow: 1px 1px 3px 2px #a35e01;
  box-shadow:         1px 1px 3px 2px #a35e01; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,94,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a35e01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a35e01;
  -webkit-box-shadow: 1px 1px 3px 2px #a35e01;
  box-shadow:         1px 1px 3px 2px #a35e01;">
Div content here</div>

This div box has shadow with color #a35e01


Comments

No comments written yet.

Please login to write comment.