#A95A50

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

Shades of Crail #A95A50

Tints of Crail #A95A50

Color information

#A95A50 (or 0xA95A50) is unknown color: approx Crail. HEX triplet: A9, 5A and 50. RGB value is (169,90,80). Sum of RGB (Red+Green+Blue) = 169+90+80=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A50 is #56A5AF. Grayscale: #707070. Windows color (decimal): -5678512 or 5266089. OLE color: 5266089.

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

Color convert

RGB1699080-
CMYK00.470.530.34
HSL6.74º35.74%48.82%-
HSV(B)6.74º52.66%66.27%-
XYZ21.4716.339.61-
YUV112.48109.67168.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=49.85%
G=26.55%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169908000.470.530.346.7435.7448.82
HexA95A5002F352272431
Octal251132120057654274461
Binary10101001101101010100000101111110101100010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A50; }

 p { color: rgb(169,90,80); }

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

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

 a { background-color: rgb(169,90,80); }

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

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

 span { border-color: rgb(169,90,80); }

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