Html Css Color HEX #A46408 Golden Brown

📋 copy color: '#A46408'

red 164 ◦ green 100 ◦ blue 8

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

Shades of Golden Brown #A46408

Tints of Golden Brown #A46408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

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

R = 60.29%
G = 36.76%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A46408 (or 0xA46408) is known color: Golden Brown. HEX triplet: A4, 64 and 08. RGB value is (164,100,8). Sum of RGB (Red+Green+Blue) = 164+100+8=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A46408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46408 is #5B9BF7. Grayscale: #6D6D6D. Windows color (decimal): -6003704 or 550052. OLE color: 550052.

HSL color Cylindrical-coordinate representation of color #A46408: hue angle of 35.38º 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 #A46408 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 8 -
CMYK 0 0.39 0.95 0.36
HSL 35.38º 0.91% 0.34% -
HSV(B) 35.38º 0.95% 0.64% -
XYZ 19.91 17.02 2.47 -
YUV 108.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 164 100 8 0 0.39 0.95 0.36 35.38 0.91 0.34
Hex A4 64 8 0 27 5F 24 23 5B 22
Octal 244 144 10 0 47 137 44 43 133 42
Binary 10100100 1100100 1000 0 100111 1011111 100100 100011 1011011 100010

Color Harmonies of #A46408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46408

Black with #A46408

Text Example


Text Example

White with #A46408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46408; }

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

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

background-color css

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

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

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

border-color css

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

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

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