#A25C4C

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

Shades of Crail #A25C4C

Tints of Crail #A25C4C

Color information

#A25C4C (or 0xA25C4C) is unknown color: approx Crail. HEX triplet: A2, 5C and 4C. RGB value is (162,92,76). Sum of RGB (Red+Green+Blue) = 162+92+76=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C4C is #5DA3B3. Grayscale: #6F6F6F. Windows color (decimal): -6136756 or 5004450. OLE color: 5004450.

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

Color convert

RGB1629276-
CMYK00.430.530.36
HSL11.16º36.13%46.67%-
HSV(B)11.16º53.09%63.53%-
XYZ20.0315.868.84-
YUV111.11108.19164.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=49.09%
G=27.88%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162927600.430.530.3611.1636.1346.67
HexA25C4C02B3524b242f
Octal2421341140536544134457
Binary101000101011100100110001010111101011001001011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C4C; }

 p { color: rgb(162,92,76); }

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

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

 a { background-color: rgb(162,92,76); }

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

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

 span { border-color: rgb(162,92,76); }

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