#A56718

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

Shades of Golden Brown #A56718

Tints of Golden Brown #A56718

Color information

#A56718 (or 0xA56718) is unknown color: approx Golden Brown. HEX triplet: A5, 67 and 18. RGB value is (165,103,24). Sum of RGB (Red+Green+Blue) = 165+103+24=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A56718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56718 is #5A98E7. Grayscale: #707070. Windows color (decimal): -5937384 or 1599397. OLE color: 1599397.

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

Color convert

RGB16510324-
CMYK00.380.850.35
HSL33.62º74.6%37.06%-
HSV(B)33.62º85.45%64.71%-
XYZ20.5317.773.21-
YUV112.5378.04165.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 24 (9.77% from 255) = 8.22%
R=56.51%
G=35.27%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651032400.380.850.3533.6274.637.06
HexA567180265523224b25
Octal24514730046125434211345
Binary10100101110011111000010011010101011000111000101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56718; }

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

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

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

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

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

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

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

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