Html Css Color HEX #A06711 Golden Brown

📋 copy color: '#A06711'

red 160 ◦ green 103 ◦ blue 17

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

Shades of Golden Brown #A06711

Tints of Golden Brown #A06711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

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

R = 57.14%
G = 36.79%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A06711 (or 0xA06711) is known color: Golden Brown. HEX triplet: A0, 67 and 11. RGB value is (160,103,17). Sum of RGB (Red+Green+Blue) = 160+103+17=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A06711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06711 is #5F98EE. Grayscale: #6E6E6E. Windows color (decimal): -6265071 or 1140640. OLE color: 1140640.

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

Color convert

RGB 160 103 17 -
CMYK 0 0.36 0.89 0.37
HSL 36.08º 0.81% 0.35% -
HSV(B) 36.08º 0.89% 0.63% -
XYZ 19.45 17.21 2.83 -
YUV 110.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 160 103 17 0 0.36 0.89 0.37 36.08 0.81 0.35
Hex A0 67 11 0 24 59 25 24 51 23
Octal 240 147 21 0 44 131 45 44 121 43
Binary 10100000 1100111 10001 0 100100 1011001 100101 100100 1010001 100011

Color Harmonies of #A06711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06711

Black with #A06711

Text Example


Text Example

White with #A06711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06711; }

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

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

background-color css

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

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

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

border-color css

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

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

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