#A46C17

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

Shades of Golden Brown #A46C17

Tints of Golden Brown #A46C17

Color information

#A46C17 (or 0xA46C17) is unknown color: approx Golden Brown. HEX triplet: A4, 6C and 17. RGB value is (164,108,23). Sum of RGB (Red+Green+Blue) = 164+108+23=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C17 is #5B93E8. Grayscale: #737373. Windows color (decimal): -6001641 or 1535140. OLE color: 1535140.

HSL color Cylindrical-coordinate representation of color #A46C17: hue angle of 36.17º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A46C17 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB16410823-
CMYK00.340.860.36
HSL36.17º75.4%36.67%-
HSV(B)36.17º85.98%64.31%-
XYZ20.8318.683.32-
YUV115.0576.05162.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=55.59%
G=36.61%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641082300.340.860.3636.1775.436.67
HexA46C170225624244b25
Octal24415427042126444411345
Binary10100100110110010111010001010101101001001001001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C17; }

 p { color: rgb(164,108,23); }

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

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

 a { background-color: rgb(164,108,23); }

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

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

 span { border-color: rgb(164,108,23); }

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