#A56253

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

Shades of Au Chico #A56253

Tints of Au Chico #A56253

Color information

#A56253 (or 0xA56253) is unknown color: approx Au Chico. HEX triplet: A5, 62 and 53. RGB value is (165,98,83). Sum of RGB (Red+Green+Blue) = 165+98+83=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A56253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56253 is #5A9DAC. Grayscale: #747474. Windows color (decimal): -5938605 or 5464741. OLE color: 5464741.

HSL color Cylindrical-coordinate representation of color #A56253: hue angle of 10.98º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56253 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1659883-
CMYK00.410.500.35
HSL10.98º33.06%48.63%-
HSV(B)10.98º49.7%64.71%-
XYZ21.4517.3610.4-
YUV116.32109.2162.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=47.69%
G=28.32%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165988300.410.500.3510.9833.0648.63
HexA562530293223b2131
Octal2451421230516243134161
Binary101001011100010101001101010011100101000111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56253; }

 p { color: rgb(165,98,83); }

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

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

 a { background-color: rgb(165,98,83); }

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

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

 span { border-color: rgb(165,98,83); }

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