Html Css Color HEX #A06C06 Golden Brown

📋 copy color: '#A06C06'

red 160 ◦ green 108 ◦ blue 6

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

Shades of Golden Brown #A06C06

Tints of Golden Brown #A06C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 58.39%
G = 39.42%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A06C06 (or 0xA06C06) is known color: Golden Brown. HEX triplet: A0, 6C and 06. RGB value is (160,108,6). Sum of RGB (Red+Green+Blue) = 160+108+6=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06C06 is #5F93F9. Grayscale: #707070. Windows color (decimal): -6263802 or 421024. OLE color: 421024.

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

Color convert

RGB 160 108 6 -
CMYK 0 0.32 0.96 0.37
HSL 39.74º 0.93% 0.33% -
HSV(B) 39.74º 0.96% 0.63% -
XYZ 19.89 18.21 2.64 -
YUV 111.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 160 108 6 0 0.32 0.96 0.37 39.74 0.93 0.33
Hex A0 6C 6 0 20 60 25 28 5D 21
Octal 240 154 6 0 40 140 45 50 135 41
Binary 10100000 1101100 110 0 100000 1100000 100101 101000 1011101 100001

Color Harmonies of #A06C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C06

Black with #A06C06

Text Example


Text Example

White with #A06C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C06; }

 p { color: rgb(160,108,6); }

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

background-color css

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

 a { background-color: rgb(160,108,6); }

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

border-color css

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

 span { border-color: rgb(160,108,6); }

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