#A95648

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

Shades of Crail #A95648

Tints of Crail #A95648

Color information

#A95648 (or 0xA95648) is unknown color: approx Crail. HEX triplet: A9, 56 and 48. RGB value is (169,86,72). Sum of RGB (Red+Green+Blue) = 169+86+72=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A95648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95648 is #56A9B7. Grayscale: #6D6D6D. Windows color (decimal): -5679544 or 4740777. OLE color: 4740777.

HSL color Cylindrical-coordinate representation of color #A95648: hue angle of 8.66º 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 #A95648 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1698672-
CMYK00.490.570.34
HSL8.66º40.25%47.25%-
HSV(B)8.66º57.4%66.27%-
XYZ20.8615.568.03-
YUV109.22107170.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=51.68%
G=26.30%
B=22.02%

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
Decimal169867200.490.570.348.6640.2547.25
HexA9564803139229282f
Octal2511261100617142115057
Binary101010011010110100100001100011110011000101001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95648; }

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

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

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

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

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

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

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

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