Html Css Color HEX #A06E0A Golden Brown

📋 copy color: '#A06E0A'

red 160 ◦ green 110 ◦ blue 10

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

Shades of Golden Brown #A06E0A

Tints of Golden Brown #A06E0A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.29%

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 57.14%
G = 39.29%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A06E0A (or 0xA06E0A) is known color: Golden Brown. HEX triplet: A0, 6E and 0A. RGB value is (160,110,10). Sum of RGB (Red+Green+Blue) = 160+110+10=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06E0A is #5F91F5. Grayscale: #717171. Windows color (decimal): -6263286 or 683680. OLE color: 683680.

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

Color convert

RGB 160 110 10 -
CMYK 0 0.31 0.94 0.37
HSL 40º 0.88% 0.33% -
HSV(B) 40º 0.94% 0.63% -
XYZ 20.13 18.65 2.83 -
YUV 113.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 160 110 10 0 0.31 0.94 0.37 40 0.88 0.33
Hex A0 6E A 0 1F 5E 25 28 58 21
Octal 240 156 12 0 37 136 45 50 130 41
Binary 10100000 1101110 1010 0 11111 1011110 100101 101000 1011000 100001

Color Harmonies of #A06E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E0A

Black with #A06E0A

Text Example


Text Example

White with #A06E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E0A; }

 p { color: rgb(160,110,10); }

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

background-color css

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

 a { background-color: rgb(160,110,10); }

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

border-color css

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

 span { border-color: rgb(160,110,10); }

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