Html Css Color HEX #A06608 Golden Brown

📋 copy color: '#A06608'

red 160 ◦ green 102 ◦ blue 8

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

Shades of Golden Brown #A06608

Tints of Golden Brown #A06608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 59.26%
G = 37.78%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A06608 (or 0xA06608) is known color: Golden Brown. HEX triplet: A0, 66 and 08. RGB value is (160,102,8). Sum of RGB (Red+Green+Blue) = 160+102+8=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A06608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06608 is #5F99F7. Grayscale: #6D6D6D. Windows color (decimal): -6265336 or 550560. OLE color: 550560.

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

Color convert

RGB 160 102 8 -
CMYK 0 0.36 0.95 0.37
HSL 37.11º 0.9% 0.33% -
HSV(B) 37.11º 0.95% 0.63% -
XYZ 19.29 16.99 2.49 -
YUV 108.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 160 102 8 0 0.36 0.95 0.37 37.11 0.9 0.33
Hex A0 66 8 0 24 5F 25 25 5A 21
Octal 240 146 10 0 44 137 45 45 132 41
Binary 10100000 1100110 1000 0 100100 1011111 100101 100101 1011010 100001

Color Harmonies of #A06608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06608

Black with #A06608

Text Example


Text Example

White with #A06608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06608; }

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

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

background-color css

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

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

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

border-color css

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

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

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