#A45A52

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

Shades of Crail #A45A52

Tints of Crail #A45A52

Color information

#A45A52 (or 0xA45A52) is unknown color: approx Crail. HEX triplet: A4, 5A and 52. RGB value is (164,90,82). Sum of RGB (Red+Green+Blue) = 164+90+82=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A52 is #5BA5AD. Grayscale: #6F6F6F. Windows color (decimal): -6006190 or 5397156. OLE color: 5397156.

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

Color convert

RGB1649082-
CMYK00.450.50.36
HSL5.85º33.33%48.24%-
HSV(B)5.85º50%64.31%-
XYZ20.4915.819.96-
YUV111.21111.52165.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=48.81%
G=26.79%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164908200.450.50.365.8533.3348.24
HexA45A5202D322462130
Octal244132122055624464160
Binary10100100101101010100100101101110010100100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A52; }

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

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

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

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

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

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

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

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