#A66312

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

Shades of Golden Brown #A66312

Tints of Golden Brown #A66312

Color information

#A66312 (or 0xA66312) is unknown color: approx Golden Brown. HEX triplet: A6, 63 and 12. RGB value is (166,99,18). Sum of RGB (Red+Green+Blue) = 166+99+18=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A66312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66312 is #599CED. Grayscale: #6E6E6E. Windows color (decimal): -5872878 or 1205158. OLE color: 1205158.

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

Color convert

RGB1669918-
CMYK00.400.890.35
HSL32.84º80.43%36.08%-
HSV(B)32.84º89.16%65.1%-
XYZ20.317.072.8-
YUV109.876.2168.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 18 (7.42% from 255) = 6.36%
R=58.66%
G=34.98%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166991800.400.890.3532.8480.4336.08
HexA663120285923215024
Octal24614322050131434112044
Binary10100110110001110010010100010110011000111000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66312; }

 p { color: rgb(166,99,18); }

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

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

 a { background-color: rgb(166,99,18); }

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

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

 span { border-color: rgb(166,99,18); }

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