#A25852

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

Shades of Crail #A25852

Tints of Crail #A25852

Color information

#A25852 (or 0xA25852) is unknown color: approx Crail. HEX triplet: A2, 58 and 52. RGB value is (162,88,82). Sum of RGB (Red+Green+Blue) = 162+88+82=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A25852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25852 is #5DA7AD. Grayscale: #6D6D6D. Windows color (decimal): -6137774 or 5396642. OLE color: 5396642.

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

Color convert

RGB1628882-
CMYK00.460.490.36
HSL4.5º32.79%47.84%-
HSV(B)4.5º49.38%63.53%-
XYZ19.9115.279.88-
YUV109.44112.52165.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=48.80%
G=26.51%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162888200.460.490.364.532.7947.84
HexA2585202E312452130
Octal242130122056614454160
Binary10100010101100010100100101110110001100100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25852; }

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

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

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

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

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

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

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

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