#A2554B

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

Shades of Crail #A2554B

Tints of Crail #A2554B

Color information

#A2554B (or 0xA2554B) is unknown color: approx Crail. HEX triplet: A2, 55 and 4B. RGB value is (162,85,75). Sum of RGB (Red+Green+Blue) = 162+85+75=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2554B is #5DAAB4. Grayscale: #6B6B6B. Windows color (decimal): -6138549 or 4937122. OLE color: 4937122.

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

Color convert

RGB1628575-
CMYK00.480.540.36
HSL6.9º36.71%46.47%-
HSV(B)6.9º53.7%63.53%-
XYZ19.4214.698.47-
YUV106.88110.01167.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=50.31%
G=26.40%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162857500.480.540.366.936.7146.47
HexA2554B03036247252e
Octal242125113060664474556
Binary10100010101010110010110110000110110100100111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2554B; }

 p { color: rgb(162,85,75); }

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

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

 a { background-color: rgb(162,85,75); }

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

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

 span { border-color: rgb(162,85,75); }

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