#A55645

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

Shades of Crail #A55645

Tints of Crail #A55645

Color information

#A55645 (or 0xA55645) is unknown color: approx Crail. HEX triplet: A5, 56 and 45. RGB value is (165,86,69). Sum of RGB (Red+Green+Blue) = 165+86+69=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A55645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55645 is #5AA9BA. Grayscale: #6B6B6B. Windows color (decimal): -5941691 or 4544165. OLE color: 4544165.

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

Color convert

RGB1658669-
CMYK00.480.580.35
HSL10.63º41.03%45.88%-
HSV(B)10.63º58.18%64.71%-
XYZ19.9215.087.49-
YUV107.68106.17168.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=51.56%
G=26.88%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165866900.480.580.3510.6341.0345.88
HexA556450303A23b292e
Octal2451261050607243135156
Binary101001011010110100010101100001110101000111011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55645; }

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

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

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

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

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

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

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

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