Html Css Color HEX #A06A08 Golden Brown

📋 copy color: '#A06A08'

red 160 ◦ green 106 ◦ blue 8

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

Shades of Golden Brown #A06A08

Tints of Golden Brown #A06A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 58.39%
G = 38.69%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A06A08 (or 0xA06A08) is known color: Golden Brown. HEX triplet: A0, 6A and 08. RGB value is (160,106,8). Sum of RGB (Red+Green+Blue) = 160+106+8=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06A08 is #5F95F7. Grayscale: #6F6F6F. Windows color (decimal): -6264312 or 551584. OLE color: 551584.

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

Color convert

RGB 160 106 8 -
CMYK 0 0.34 0.95 0.37
HSL 38.68º 0.9% 0.33% -
HSV(B) 38.68º 0.95% 0.63% -
XYZ 19.7 17.8 2.63 -
YUV 110.97 69.89 162.97 -
System Red Green Blue C M Y K H S L
Decimal 160 106 8 0 0.34 0.95 0.37 38.68 0.9 0.33
Hex A0 6A 8 0 22 5F 25 27 5A 21
Octal 240 152 10 0 42 137 45 47 132 41
Binary 10100000 1101010 1000 0 100010 1011111 100101 100111 1011010 100001

Color Harmonies of #A06A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A08

Black with #A06A08

Text Example


Text Example

White with #A06A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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