#A66515

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

Shades of Golden Brown #A66515

Tints of Golden Brown #A66515

Color information

#A66515 (or 0xA66515) is unknown color: approx Golden Brown. HEX triplet: A6, 65 and 15. RGB value is (166,101,21). Sum of RGB (Red+Green+Blue) = 166+101+21=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A66515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66515 is #599AEA. Grayscale: #6F6F6F. Windows color (decimal): -5872363 or 1402278. OLE color: 1402278.

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

Color convert

RGB16610121-
CMYK00.390.870.35
HSL33.1º77.54%36.67%-
HSV(B)33.1º87.35%65.1%-
XYZ20.5117.473-
YUV111.3277.03167-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 21 (8.59% from 255) = 7.29%
R=57.64%
G=35.07%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661012100.390.870.3533.177.5436.67
HexA665150275723214e25
Octal24614525047127434111645
Binary10100110110010110101010011110101111000111000011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66515; }

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

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

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

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

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

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

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

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