#A56358

Color #A56358 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A56358

Tints of Au Chico #A56358

Color information

#A56358 (or 0xA56358) is unknown color: approx Au Chico. HEX triplet: A5, 63 and 58. RGB value is (165,99,88). Sum of RGB (Red+Green+Blue) = 165+99+88=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A56358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56358 is #5A9CA7. Grayscale: #757575. Windows color (decimal): -5938344 or 5792677. OLE color: 5792677.

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

Color convert

RGB1659988-
CMYK00.400.470.35
HSL8.57º30.43%49.61%-
HSV(B)8.57º46.67%64.71%-
XYZ21.7417.6311.49-
YUV117.48111.37161.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 88 (34.77% from 255) = 25%
R=46.88%
G=28.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165998800.400.470.358.5730.4349.61
HexA563580282F2391e32
Octal2451431300505743113662
Binary10100101110001110110000101000101111100011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56358; }

 p { color: rgb(165,99,88); }

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

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

 a { background-color: rgb(165,99,88); }

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

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

 span { border-color: rgb(165,99,88); }

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