Html Css Color HEX #A06C10 Golden Brown

📋 copy color: '#A06C10'

red 160 ◦ green 108 ◦ blue 16

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

Shades of Golden Brown #A06C10

Tints of Golden Brown #A06C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 56.34%
G = 38.03%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A06C10 (or 0xA06C10) is known color: Golden Brown. HEX triplet: A0, 6C and 10. RGB value is (160,108,16). Sum of RGB (Red+Green+Blue) = 160+108+16=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06C10 is #5F93EF. Grayscale: #717171. Windows color (decimal): -6263792 or 1076384. OLE color: 1076384.

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

Color convert

RGB 160 108 16 -
CMYK 0 0.32 0.9 0.37
HSL 38.33º 0.82% 0.35% -
HSV(B) 38.33º 0.9% 0.63% -
XYZ 19.95 18.24 2.96 -
YUV 113.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 160 108 16 0 0.32 0.9 0.37 38.33 0.82 0.35
Hex A0 6C 10 0 20 5A 25 26 52 23
Octal 240 154 20 0 40 132 45 46 122 43
Binary 10100000 1101100 10000 0 100000 1011010 100101 100110 1010010 100011

Color Harmonies of #A06C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C10

Black with #A06C10

Text Example


Text Example

White with #A06C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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