Html Css Color HEX #A06210 Golden Brown

📋 copy color: '#A06210'

red 160 ◦ green 98 ◦ blue 16

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

Shades of Golden Brown #A06210

Tints of Golden Brown #A06210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 58.39%
G = 35.77%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A06210 (or 0xA06210) is known color: Golden Brown. HEX triplet: A0, 62 and 10. RGB value is (160,98,16). Sum of RGB (Red+Green+Blue) = 160+98+16=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A06210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06210 is #5F9DEF. Grayscale: #6B6B6B. Windows color (decimal): -6266352 or 1073824. OLE color: 1073824.

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

Color convert

RGB 160 98 16 -
CMYK 0 0.39 0.9 0.37
HSL 34.17º 0.82% 0.35% -
HSV(B) 34.17º 0.9% 0.63% -
XYZ 18.96 16.25 2.63 -
YUV 107.19 76.54 165.67 -
System Red Green Blue C M Y K H S L
Decimal 160 98 16 0 0.39 0.9 0.37 34.17 0.82 0.35
Hex A0 62 10 0 27 5A 25 22 52 23
Octal 240 142 20 0 47 132 45 42 122 43
Binary 10100000 1100010 10000 0 100111 1011010 100101 100010 1010010 100011

Color Harmonies of #A06210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06210

Black with #A06210

Text Example


Text Example

White with #A06210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06210; }

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

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

background-color css

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

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

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

border-color css

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

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

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