#a25f4e

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

Shades of Crail #A25F4E

Tints of Crail #A25F4E

Color information

#A25F4E (or 0xA25F4E) is unknown color: approx Crail. HEX triplet: A2, 5F and 4E. RGB value is (162,95,78). Sum of RGB (Red+Green+Blue) = 162+95+78=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F4E is #5DA0B1. Grayscale: #717171. Windows color (decimal): -6135986 or 5136290. OLE color: 5136290.

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

Color convert

RGB1629578-
CMYK00.410.520.36
HSL12.14º35%47.06%-
HSV(B)12.14º51.85%63.53%-
XYZ20.3716.429.3-
YUV113.09108.2162.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=48.36%
G=28.36%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162957800.410.520.3612.143547.06
HexA25F4E0293424c232f
Octal2421371160516444144357
Binary101000101011111100111001010011101001001001100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25f4e; }

 p { color: rgb(162,95,78); }

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

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

 a { background-color: rgb(162,95,78); }

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

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

 span { border-color: rgb(162,95,78); }

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