#A56255

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

Shades of Au Chico #A56255

Tints of Au Chico #A56255

Color information

#A56255 (or 0xA56255) is unknown color: approx Au Chico. HEX triplet: A5, 62 and 55. RGB value is (165,98,85). Sum of RGB (Red+Green+Blue) = 165+98+85=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A56255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56255 is #5A9DAA. Grayscale: #747474. Windows color (decimal): -5938603 or 5595813. OLE color: 5595813.

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

Color convert

RGB1659885-
CMYK00.410.480.35
HSL9.75º32%49.02%-
HSV(B)9.75º48.48%64.71%-
XYZ21.5217.3910.82-
YUV116.55110.2162.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=47.41%
G=28.16%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165988500.410.480.359.753249.02
HexA562550293023a2031
Octal2451421250516043124061
Binary101001011100010101010101010011100001000111010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56255; }

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

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

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

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

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

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

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

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