#A56453

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

Shades of Au Chico #A56453

Tints of Au Chico #A56453

Color information

#A56453 (or 0xA56453) is unknown color: approx Au Chico. HEX triplet: A5, 64 and 53. RGB value is (165,100,83). Sum of RGB (Red+Green+Blue) = 165+100+83=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A56453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56453 is #5A9BAC. Grayscale: #757575. Windows color (decimal): -5938093 or 5465253. OLE color: 5465253.

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

Color convert

RGB16510083-
CMYK00.390.500.35
HSL12.44º33.06%48.63%-
HSV(B)12.44º49.7%64.71%-
XYZ21.6417.7410.47-
YUV117.5108.53161.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=47.41%
G=28.74%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651008300.390.500.3512.4433.0648.63
HexA564530273223c2131
Octal2451441230476243144161
Binary101001011100100101001101001111100101000111100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56453; }

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

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

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

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

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

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

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

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