Html Css Color HEX #A06D10 Golden Brown

📋 copy color: '#A06D10'

red 160 ◦ green 109 ◦ blue 16

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

Shades of Golden Brown #A06D10

Tints of Golden Brown #A06D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

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

R = 56.14%
G = 38.25%
B = 5.61%

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

#A06D10 (or 0xA06D10) is known color: Golden Brown. HEX triplet: A0, 6D and 10. RGB value is (160,109,16). Sum of RGB (Red+Green+Blue) = 160+109+16=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06D10 is #5F92EF. Grayscale: #727272. Windows color (decimal): -6263536 or 1076640. OLE color: 1076640.

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

Color convert

RGB 160 109 16 -
CMYK 0 0.32 0.9 0.37
HSL 38.75º 0.82% 0.35% -
HSV(B) 38.75º 0.9% 0.63% -
XYZ 20.06 18.45 2.99 -
YUV 113.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 160 109 16 0 0.32 0.9 0.37 38.75 0.82 0.35
Hex A0 6D 10 0 20 5A 25 27 52 23
Octal 240 155 20 0 40 132 45 47 122 43
Binary 10100000 1101101 10000 0 100000 1011010 100101 100111 1010010 100011

Color Harmonies of #A06D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D10

Black with #A06D10

Text Example


Text Example

White with #A06D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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