#A66503

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

Shades of Golden Brown #A66503

Tints of Golden Brown #A66503

Color information

#A66503 (or 0xA66503) is unknown color: approx Golden Brown. HEX triplet: A6, 65 and 03. RGB value is (166,101,3). Sum of RGB (Red+Green+Blue) = 166+101+3=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A66503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66503 is #599AFC. Grayscale: #6D6D6D. Windows color (decimal): -5872381 or 222630. OLE color: 222630.

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

Color convert

RGB1661013-
CMYK00.390.980.35
HSL36.07º96.45%33.14%-
HSV(B)36.07º98.19%65.1%-
XYZ20.417.422.37-
YUV109.2668.03168.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=61.48%
G=37.41%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166101300.390.980.3536.0796.4533.14
HexA66530276223246021
Octal2461453047142434414041
Binary10100110110010111010011111000101000111001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66503; }

 p { color: rgb(166,101,3); }

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

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

 a { background-color: rgb(166,101,3); }

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

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

 span { border-color: rgb(166,101,3); }

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