#A25751

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

Shades of Crail #A25751

Tints of Crail #A25751

Color information

#A25751 (or 0xA25751) is unknown color: approx Crail. HEX triplet: A2, 57 and 51. RGB value is (162,87,81). Sum of RGB (Red+Green+Blue) = 162+87+81=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A25751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25751 is #5DA8AE. Grayscale: #6C6C6C. Windows color (decimal): -6138031 or 5330850. OLE color: 5330850.

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

Color convert

RGB1628781-
CMYK00.460.500.36
HSL4.44º33.33%47.65%-
HSV(B)4.44º50%63.53%-
XYZ19.7915.099.65-
YUV108.74112.35165.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=49.09%
G=26.36%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162878100.460.500.364.4433.3347.65
HexA2575102E322442130
Octal242127121056624444160
Binary10100010101011110100010101110110010100100100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25751; }

 p { color: rgb(162,87,81); }

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

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

 a { background-color: rgb(162,87,81); }

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

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

 span { border-color: rgb(162,87,81); }

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