Html Css Color HEX #A06811 Golden Brown

📋 copy color: '#A06811'

red 160 ◦ green 104 ◦ blue 17

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

Shades of Golden Brown #A06811

Tints of Golden Brown #A06811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 56.94%
G = 37.01%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A06811 (or 0xA06811) is known color: Golden Brown. HEX triplet: A0, 68 and 11. RGB value is (160,104,17). Sum of RGB (Red+Green+Blue) = 160+104+17=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A06811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06811 is #5F97EE. Grayscale: #6F6F6F. Windows color (decimal): -6264815 or 1140896. OLE color: 1140896.

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

Color convert

RGB 160 104 17 -
CMYK 0 0.35 0.89 0.37
HSL 36.5º 0.81% 0.35% -
HSV(B) 36.5º 0.89% 0.63% -
XYZ 19.55 17.41 2.86 -
YUV 110.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 160 104 17 0 0.35 0.89 0.37 36.5 0.81 0.35
Hex A0 68 11 0 23 59 25 25 51 23
Octal 240 150 21 0 43 131 45 45 121 43
Binary 10100000 1101000 10001 0 100011 1011001 100101 100101 1010001 100011

Color Harmonies of #A06811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06811

Black with #A06811

Text Example


Text Example

White with #A06811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06811; }

 p { color: rgb(160,104,17); }

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

background-color css

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

 a { background-color: rgb(160,104,17); }

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

border-color css

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

 span { border-color: rgb(160,104,17); }

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