#A66201

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

Shades of Golden Brown #A66201

Tints of Golden Brown #A66201

Color information

#A66201 (or 0xA66201) is unknown color: approx Golden Brown. HEX triplet: A6, 62 and 01. RGB value is (166,98,1). Sum of RGB (Red+Green+Blue) = 166+98+1=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A66201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66201 is #599DFE. Grayscale: #6B6B6B. Windows color (decimal): -5873151 or 90790. OLE color: 90790.

HSL color Cylindrical-coordinate representation of color #A66201: hue angle of 35.27º 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 #A66201 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB166981-
CMYK00.410.990.35
HSL35.27º98.8%32.75%-
HSV(B)35.27º99.4%65.1%-
XYZ20.116.842.22-
YUV107.2768.03169.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=62.64%
G=36.98%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16698100.410.990.3535.2798.832.75
HexA66210296323236321
Octal2461421051143434314341
Binary1010011011000101010100111000111000111000111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66201; }

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

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

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

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

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

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

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

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