#A2584F

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

Shades of Crail #A2584F

Tints of Crail #A2584F

Color information

#A2584F (or 0xA2584F) is unknown color: approx Crail. HEX triplet: A2, 58 and 4F. RGB value is (162,88,79). Sum of RGB (Red+Green+Blue) = 162+88+79=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2584F is #5DA7B0. Grayscale: #6D6D6D. Windows color (decimal): -6137777 or 5200034. OLE color: 5200034.

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

Color convert

RGB1628879-
CMYK00.460.510.36
HSL6.51º34.44%47.25%-
HSV(B)6.51º51.23%63.53%-
XYZ19.815.239.29-
YUV109.1111.02165.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=49.24%
G=26.75%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162887900.460.510.366.5134.4447.25
HexA2584F02E33247222f
Octal242130117056634474257
Binary10100010101100010011110101110110011100100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2584F; }

 p { color: rgb(162,88,79); }

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

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

 a { background-color: rgb(162,88,79); }

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

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

 span { border-color: rgb(162,88,79); }

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