#A55E54

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

Shades of Au Chico #A55E54

Tints of Au Chico #A55E54

Color information

#A55E54 (or 0xA55E54) is unknown color: approx Au Chico. HEX triplet: A5, 5E and 54. RGB value is (165,94,84). Sum of RGB (Red+Green+Blue) = 165+94+84=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E54 is #5AA1AB. Grayscale: #727272. Windows color (decimal): -5939628 or 5529253. OLE color: 5529253.

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

Color convert

RGB1659484-
CMYK00.430.490.35
HSL7.41º32.53%48.82%-
HSV(B)7.41º49.09%64.71%-
XYZ21.1216.6410.49-
YUV114.09111.02164.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=48.10%
G=27.41%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165948400.430.490.357.4132.5348.82
HexA55E5402B312372131
Octal245136124053614374161
Binary10100101101111010101000101011110001100011111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E54; }

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

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

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

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

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

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

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

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