#A25A46

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

Shades of Crail #A25A46

Tints of Crail #A25A46

Color information

#A25A46 (or 0xA25A46) is unknown color: approx Crail. HEX triplet: A2, 5A and 46. RGB value is (162,90,70). Sum of RGB (Red+Green+Blue) = 162+90+70=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A46 is #5DA5B9. Grayscale: #6D6D6D. Windows color (decimal): -6137274 or 4610722. OLE color: 4610722.

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

Color convert

RGB1629070-
CMYK00.440.570.36
HSL13.04º39.66%45.49%-
HSV(B)13.04º56.79%63.53%-
XYZ19.6615.447.74-
YUV109.25105.85165.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=50.31%
G=27.95%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162907000.440.570.3613.0439.6645.49
HexA25A4602C3924d282d
Octal2421321060547144155055
Binary101000101011010100011001011001110011001001101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A46; }

 p { color: rgb(162,90,70); }

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

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

 a { background-color: rgb(162,90,70); }

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

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

 span { border-color: rgb(162,90,70); }

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