#A56717

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

Shades of Golden Brown #A56717

Tints of Golden Brown #A56717

Color information

#A56717 (or 0xA56717) is unknown color: approx Golden Brown. HEX triplet: A5, 67 and 17. RGB value is (165,103,23). Sum of RGB (Red+Green+Blue) = 165+103+23=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A56717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56717 is #5A98E8. Grayscale: #707070. Windows color (decimal): -5937385 or 1533861. OLE color: 1533861.

HSL color Cylindrical-coordinate representation of color #A56717: hue angle of 33.8º 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 #A56717 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB16510323-
CMYK00.380.860.35
HSL33.8º75.53%36.86%-
HSV(B)33.8º86.06%64.71%-
XYZ20.5217.763.16-
YUV112.4277.54165.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 23 (9.38% from 255) = 7.90%
R=56.70%
G=35.40%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651032300.380.860.3533.875.5336.86
HexA567170265623224c25
Octal24514727046126434211445
Binary10100101110011110111010011010101101000111000101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56717; }

 p { color: rgb(165,103,23); }

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

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

 a { background-color: rgb(165,103,23); }

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

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

 span { border-color: rgb(165,103,23); }

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