Html Css Color HEX #A66011 Golden Brown

📋 copy color: '#A66011'

red 166 ◦ green 96 ◦ blue 17

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

Shades of Golden Brown #A66011

Tints of Golden Brown #A66011

RGB

 RED value IS 166 (65.23% from 255) = 59.5%

 GREEN value IS 96 (37.89% from 255) = 34.41%

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

R = 59.5%
G = 34.41%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A66011 (or 0xA66011) is known color: Golden Brown. HEX triplet: A6, 60 and 11. RGB value is (166,96,17). Sum of RGB (Red+Green+Blue) = 166+96+17=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A66011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66011 is #599FEE. Grayscale: #6C6C6C. Windows color (decimal): -5873647 or 1138854. OLE color: 1138854.

HSL color Cylindrical-coordinate representation of color #A66011: hue angle of 31.81º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A66011 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 17 -
CMYK 0 0.42 0.90 0.35
HSL 31.81º 0.81% 0.36% -
HSV(B) 31.81º 0.9% 0.65% -
XYZ 20.01 16.51 2.66 -
YUV 107.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 166 96 17 0 0.42 0.90 0.35 31.81 0.81 0.36
Hex A6 60 11 0 2A 5A 23 20 51 24
Octal 246 140 21 0 52 132 43 40 121 44
Binary 10100110 1100000 10001 0 101010 1011010 100011 100000 1010001 100100

Color Harmonies of #A66011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66011

Black with #A66011

Text Example


Text Example

White with #A66011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66011; }

 p { color: rgb(166,96,17); }

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

background-color css

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

 a { background-color: rgb(166,96,17); }

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

border-color css

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

 span { border-color: rgb(166,96,17); }

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