Html Css Color HEX #A06408 Golden Brown

📋 copy color: '#A06408'

red 160 ◦ green 100 ◦ blue 8

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

Shades of Golden Brown #A06408

Tints of Golden Brown #A06408

RGB

 RED value IS 160 (62.89% from 255) = 59.7%

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

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

R = 59.7%
G = 37.31%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A06408 (or 0xA06408) is known color: Golden Brown. HEX triplet: A0, 64 and 08. RGB value is (160,100,8). Sum of RGB (Red+Green+Blue) = 160+100+8=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A06408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06408 is #5F9BF7. Grayscale: #6B6B6B. Windows color (decimal): -6265848 or 550048. OLE color: 550048.

HSL color Cylindrical-coordinate representation of color #A06408: hue angle of 36.32º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A06408 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 8 -
CMYK 0 0.38 0.95 0.37
HSL 36.32º 0.9% 0.33% -
HSV(B) 36.32º 0.95% 0.63% -
XYZ 19.1 16.61 2.43 -
YUV 107.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 160 100 8 0 0.38 0.95 0.37 36.32 0.9 0.33
Hex A0 64 8 0 26 5F 25 24 5A 21
Octal 240 144 10 0 46 137 45 44 132 41
Binary 10100000 1100100 1000 0 100110 1011111 100101 100100 1011010 100001

Color Harmonies of #A06408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06408

Black with #A06408

Text Example


Text Example

White with #A06408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06408; }

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

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

background-color css

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

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

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

border-color css

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

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

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