#A45A54

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

Shades of Crail #A45A54

Tints of Crail #A45A54

Color information

#A45A54 (or 0xA45A54) is unknown color: approx Crail. HEX triplet: A4, 5A and 54. RGB value is (164,90,84). Sum of RGB (Red+Green+Blue) = 164+90+84=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A54 is #5BA5AB. Grayscale: #6F6F6F. Windows color (decimal): -6006188 or 5528228. OLE color: 5528228.

HSL color Cylindrical-coordinate representation of color #A45A54: hue angle of 4.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45A54 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1649084-
CMYK00.450.490.36
HSL4.5º32.26%48.63%-
HSV(B)4.5º48.78%64.31%-
XYZ20.5715.8410.36-
YUV111.44112.52165.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=48.52%
G=26.63%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164908400.450.490.364.532.2648.63
HexA45A5402D312452031
Octal244132124055614454061
Binary10100100101101010101000101101110001100100101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A54; }

 p { color: rgb(164,90,84); }

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

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

 a { background-color: rgb(164,90,84); }

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

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

 span { border-color: rgb(164,90,84); }

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