Html Css Color HEX #A06611 Golden Brown

📋 copy color: '#A06611'

red 160 ◦ green 102 ◦ blue 17

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

Shades of Golden Brown #A06611

Tints of Golden Brown #A06611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 57.35%
G = 36.56%
B = 6.09%

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

#A06611 (or 0xA06611) is known color: Golden Brown. HEX triplet: A0, 66 and 11. RGB value is (160,102,17). Sum of RGB (Red+Green+Blue) = 160+102+17=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A06611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06611 is #5F99EE. Grayscale: #6E6E6E. Windows color (decimal): -6265327 or 1140384. OLE color: 1140384.

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

Color convert

RGB 160 102 17 -
CMYK 0 0.36 0.89 0.37
HSL 35.66º 0.81% 0.35% -
HSV(B) 35.66º 0.89% 0.63% -
XYZ 19.35 17.02 2.8 -
YUV 109.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 160 102 17 0 0.36 0.89 0.37 35.66 0.81 0.35
Hex A0 66 11 0 24 59 25 24 51 23
Octal 240 146 21 0 44 131 45 44 121 43
Binary 10100000 1100110 10001 0 100100 1011001 100101 100100 1010001 100011

Color Harmonies of #A06611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06611

Black with #A06611

Text Example


Text Example

White with #A06611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06611; }

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

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

background-color css

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

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

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

border-color css

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

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

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