#A25243

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

Shades of Crail #A25243

Tints of Crail #A25243

Color information

#A25243 (or 0xA25243) is unknown color: approx Crail. HEX triplet: A2, 52 and 43. RGB value is (162,82,67). Sum of RGB (Red+Green+Blue) = 162+82+67=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A25243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25243 is #5DADBC. Grayscale: #686868. Windows color (decimal): -6139325 or 4412066. OLE color: 4412066.

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

Color convert

RGB1628267-
CMYK00.490.590.36
HSL9.47º41.48%44.9%-
HSV(B)9.47º58.64%63.53%-
XYZ18.9314.127.04-
YUV104.21107169.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=52.09%
G=26.37%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162826700.490.590.369.4741.4844.9
HexA252430313B249292d
Octal2421221030617344115155
Binary101000101010010100001101100011110111001001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25243; }

 p { color: rgb(162,82,67); }

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

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

 a { background-color: rgb(162,82,67); }

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

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

 span { border-color: rgb(162,82,67); }

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