#A66F01

Color #A66F01 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A66F01

Tints of Golden Brown #A66F01

Color information

#A66F01 (or 0xA66F01) is unknown color: approx Golden Brown. HEX triplet: A6, 6F and 01. RGB value is (166,111,1). Sum of RGB (Red+Green+Blue) = 166+111+1=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F01 is #5990FE. Grayscale: #737373. Windows color (decimal): -5869823 or 94118. OLE color: 94118.

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

Color convert

RGB1661111-
CMYK00.330.990.35
HSL40º98.8%32.75%-
HSV(B)40º99.4%65.1%-
XYZ21.4219.482.66-
YUV114.963.72164.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.71%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=59.71%
G=39.93%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166111100.330.990.354098.832.75
HexA66F10216323286321
Octal2461571041143435014341
Binary1010011011011111010000111000111000111010001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F01; }

 p { color: rgb(166,111,1); }

 H1.HeaderClassName
 {
   color: #A66F01;
 }
 .AnyTagClassName
 {
   color: #A66F01;
 }
</style>
background-color css

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

 a { background-color: rgb(166,111,1); }

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

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

 span { border-color: rgb(166,111,1); }

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