#A65D17

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

Shades of Golden Brown #A65D17

Tints of Golden Brown #A65D17

Color information

#A65D17 (or 0xA65D17) is unknown color: approx Golden Brown. HEX triplet: A6, 5D and 17. RGB value is (166,93,23). Sum of RGB (Red+Green+Blue) = 166+93+23=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65D17 is #59A2E8. Grayscale: #6B6B6B. Windows color (decimal): -5874409 or 1531302. OLE color: 1531302.

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

Color convert

RGB1669323-
CMYK00.440.860.35
HSL29.37º75.66%37.06%-
HSV(B)29.37º86.14%65.1%-
XYZ19.79162.86-
YUV106.8580.68170.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 23 (9.38% from 255) = 8.16%
R=58.87%
G=32.98%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166932300.440.860.3529.3775.6637.06
HexA65D1702C56231d4c25
Octal24613527054126433511445
Binary1010011010111011011101011001010110100011111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D17; }

 p { color: rgb(166,93,23); }

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

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

 a { background-color: rgb(166,93,23); }

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

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

 span { border-color: rgb(166,93,23); }

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