#A95748

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

Shades of Crail #A95748

Tints of Crail #A95748

Color information

#A95748 (or 0xA95748) is unknown color: approx Crail. HEX triplet: A9, 57 and 48. RGB value is (169,87,72). Sum of RGB (Red+Green+Blue) = 169+87+72=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A95748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95748 is #56A8B7. Grayscale: #6D6D6D. Windows color (decimal): -5679288 or 4741033. OLE color: 4741033.

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

Color convert

RGB1698772-
CMYK00.490.570.34
HSL9.28º40.25%47.25%-
HSV(B)9.28º57.4%66.27%-
XYZ20.9415.728.06-
YUV109.81106.67170.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=51.52%
G=26.52%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169877200.490.570.349.2840.2547.25
HexA9574803139229282f
Octal2511271100617142115057
Binary101010011010111100100001100011110011000101001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95748; }

 p { color: rgb(169,87,72); }

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

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

 a { background-color: rgb(169,87,72); }

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

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

 span { border-color: rgb(169,87,72); }

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