#A95A44

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

Shades of Crail #A95A44

Tints of Crail #A95A44

Color information

#A95A44 (or 0xA95A44) is unknown color: approx Crail. HEX triplet: A9, 5A and 44. RGB value is (169,90,68). Sum of RGB (Red+Green+Blue) = 169+90+68=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A44 is #56A5BB. Grayscale: #6F6F6F. Windows color (decimal): -5678524 or 4479657. OLE color: 4479657.

HSL color Cylindrical-coordinate representation of color #A95A44: hue angle of 13.07º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95A44 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1699068-
CMYK00.470.600.34
HSL13.07º42.62%46.47%-
HSV(B)13.07º59.76%66.27%-
XYZ21.0616.167.48-
YUV111.11103.67169.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=51.68%
G=27.52%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169906800.470.600.3413.0742.6246.47
HexA95A4402F3C22d2b2e
Octal2511321040577442155356
Binary101010011011010100010001011111111001000101101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A44; }

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

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

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

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

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

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

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

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