#a55648

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

Shades of Crail #A55648

Tints of Crail #A55648

Color information

#A55648 (or 0xA55648) is unknown color: approx Crail. HEX triplet: A5, 56 and 48. RGB value is (165,86,72). Sum of RGB (Red+Green+Blue) = 165+86+72=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A55648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55648 is #5AA9B7. Grayscale: #6C6C6C. Windows color (decimal): -5941688 or 4740773. OLE color: 4740773.

HSL color Cylindrical-coordinate representation of color #A55648: hue angle of 9.03º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55648 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1658672-
CMYK00.480.560.35
HSL9.03º39.24%46.47%-
HSV(B)9.03º56.36%64.71%-
XYZ20.0115.127.99-
YUV108.02107.67168.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=51.08%
G=26.63%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165867200.480.560.359.0339.2446.47
HexA5564803038239272e
Octal2451261100607043114756
Binary101001011010110100100001100001110001000111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55648; }

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

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

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

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

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

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

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

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