#A55F51

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

Shades of Crail #A55F51

Tints of Crail #A55F51

Color information

#A55F51 (or 0xA55F51) is unknown color: approx Crail. HEX triplet: A5, 5F and 51. RGB value is (165,95,81). Sum of RGB (Red+Green+Blue) = 165+95+81=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F51 is #5AA0AE. Grayscale: #727272. Windows color (decimal): -5939375 or 5332901. OLE color: 5332901.

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

Color convert

RGB1659581-
CMYK00.420.510.35
HSL10º34.15%48.24%-
HSV(B)10º50.91%64.71%-
XYZ21.0916.789.91-
YUV114.33109.19164.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=48.39%
G=27.86%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165958100.420.510.351034.1548.24
HexA55F5102A3323a2230
Octal2451371210526343124260
Binary101001011011111101000101010101100111000111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F51; }

 p { color: rgb(165,95,81); }

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

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

 a { background-color: rgb(165,95,81); }

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

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

 span { border-color: rgb(165,95,81); }

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