#A55E5B

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

Shades of Au Chico #A55E5B

Tints of Au Chico #A55E5B

Color information

#A55E5B (or 0xA55E5B) is unknown color: approx Au Chico. HEX triplet: A5, 5E and 5B. RGB value is (165,94,91). Sum of RGB (Red+Green+Blue) = 165+94+91=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E5B is #5AA1A4. Grayscale: #727272. Windows color (decimal): -5939621 or 5988005. OLE color: 5988005.

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

Color convert

RGB1659491-
CMYK00.430.450.35
HSL2.43º29.13%50.2%-
HSV(B)2.43º44.85%64.71%-
XYZ21.4116.7612-
YUV114.89114.52163.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 91 (35.94% from 255) = 26%
R=47.14%
G=26.86%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165949100.430.450.352.4329.1350.2
HexA55E5B02B2D2321d32
Octal245136133053554323562
Binary101001011011110101101101010111011011000111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E5B; }

 p { color: rgb(165,94,91); }

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

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

 a { background-color: rgb(165,94,91); }

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

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

 span { border-color: rgb(165,94,91); }

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