#A25B52

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

Shades of Crail #A25B52

Tints of Crail #A25B52

Color information

#A25B52 (or 0xA25B52) is unknown color: approx Crail. HEX triplet: A2, 5B and 52. RGB value is (162,91,82). Sum of RGB (Red+Green+Blue) = 162+91+82=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B52 is #5DA4AD. Grayscale: #6F6F6F. Windows color (decimal): -6137006 or 5397410. OLE color: 5397410.

HSL color Cylindrical-coordinate representation of color #A25B52: hue angle of 6.75º 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 #A25B52 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1629182-
CMYK00.440.490.36
HSL6.75º32.79%47.84%-
HSV(B)6.75º49.38%63.53%-
XYZ20.1615.779.96-
YUV111.2111.52164.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=48.36%
G=27.16%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162918200.440.490.366.7532.7947.84
HexA25B5202C312472130
Octal242133122054614474160
Binary10100010101101110100100101100110001100100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B52; }

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

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

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

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

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

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

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

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