#A15A4A

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

Shades of Crail #A15A4A

Tints of Crail #A15A4A

Color information

#A15A4A (or 0xA15A4A) is unknown color: approx Crail. HEX triplet: A1, 5A and 4A. RGB value is (161,90,74). Sum of RGB (Red+Green+Blue) = 161+90+74=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A4A is #5EA5B5. Grayscale: #6D6D6D. Windows color (decimal): -6202806 or 4872865. OLE color: 4872865.

HSL color Cylindrical-coordinate representation of color #A15A4A: hue angle of 11.03º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A15A4A is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1619074-
CMYK00.440.540.37
HSL11.03º37.02%46.08%-
HSV(B)11.03º54.04%63.14%-
XYZ19.5915.388.42-
YUV109.4108.02164.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=49.54%
G=27.69%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161907400.440.540.3711.0337.0246.08
HexA15A4A02C3625b252e
Octal2411321120546645134556
Binary101000011011010100101001011001101101001011011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A4A; }

 p { color: rgb(161,90,74); }

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

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

 a { background-color: rgb(161,90,74); }

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

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

 span { border-color: rgb(161,90,74); }

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