Html Css Color HEX #A45E08 Golden Brown

📋 copy color: '#A45E08'

red 164 ◦ green 94 ◦ blue 8

#A45E08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A45E08

Tints of Golden Brown #A45E08

RGB

 RED value IS 164 (64.45% from 255) = 61.65%

 GREEN value IS 94 (37.11% from 255) = 35.34%

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 61.65%
G = 35.34%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A45E08 (or 0xA45E08) is known color: Golden Brown. HEX triplet: A4, 5E and 08. RGB value is (164,94,8). Sum of RGB (Red+Green+Blue) = 164+94+8=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45E08 is #5BA1F7. Grayscale: #696969. Windows color (decimal): -6005240 or 548516. OLE color: 548516.

HSL color Cylindrical-coordinate representation of color #A45E08: hue angle of 33.08º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A45E08 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 94 8 -
CMYK 0 0.43 0.95 0.36
HSL 33.08º 0.91% 0.34% -
HSV(B) 33.08º 0.95% 0.64% -
XYZ 19.36 15.92 2.28 -
YUV 105.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 164 94 8 0 0.43 0.95 0.36 33.08 0.91 0.34
Hex A4 5E 8 0 2B 5F 24 21 5B 22
Octal 244 136 10 0 53 137 44 41 133 42
Binary 10100100 1011110 1000 0 101011 1011111 100100 100001 1011011 100010

Color Harmonies of #A45E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E08

Black with #A45E08

Text Example


Text Example

White with #A45E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E08; }

 p { color: rgb(164,94,8); }

 H1.HeaderClassName
 {
   color: #A45E08;
 }
 .AnyTagClassName
 {
   color: #A45E08;
 }
</style>

background-color css

<style>
 a { background-color: #A45E08; }

 a { background-color: rgb(164,94,8); }

 div.DivClassName
 {
   background-color: #A45E08;
 }
 .BgClassName
 {
   background-color: #A45E08;
 }
</style>

border-color css

<style>
 span { border-color: #A45E08; }

 span { border-color: rgb(164,94,8); }

 td.TdClassName
 {
   border-color: #A45E08;
 }
 .TagClassName
 {
   border-color: #A45E08;
 }
</style>