#A95847

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

Shades of Crail #A95847

Tints of Crail #A95847

Color information

#A95847 (or 0xA95847) is unknown color: approx Crail. HEX triplet: A9, 58 and 47. RGB value is (169,88,71). Sum of RGB (Red+Green+Blue) = 169+88+71=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A95847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95847 is #56A7B8. Grayscale: #6E6E6E. Windows color (decimal): -5679033 or 4675753. OLE color: 4675753.

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

Color convert

RGB1698871-
CMYK00.480.580.34
HSL10.41º40.83%47.06%-
HSV(B)10.41º57.99%66.27%-
XYZ20.9915.877.92-
YUV110.28105.84169.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=51.52%
G=26.83%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169887100.480.580.3410.4140.8347.06
HexA958470303A22a292f
Octal2511301070607242125157
Binary101010011011000100011101100001110101000101010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95847; }

 p { color: rgb(169,88,71); }

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

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

 a { background-color: rgb(169,88,71); }

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

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

 span { border-color: rgb(169,88,71); }

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