#A45B55

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

Shades of Crail #A45B55

Tints of Crail #A45B55

Color information

#A45B55 (or 0xA45B55) is unknown color: approx Crail. HEX triplet: A4, 5B and 55. RGB value is (164,91,85). Sum of RGB (Red+Green+Blue) = 164+91+85=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45B55 is #5BA4AA. Grayscale: #707070. Windows color (decimal): -6005931 or 5594020. OLE color: 5594020.

HSL color Cylindrical-coordinate representation of color #A45B55: hue angle of 4.56º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45B55 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1649185-
CMYK00.450.480.36
HSL4.56º31.73%48.82%-
HSV(B)4.56º48.17%64.31%-
XYZ20.6916.0310.6-
YUV112.14112.68164.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 85 (33.59% from 255) = 25%
R=48.24%
G=26.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164918500.450.480.364.5631.7348.82
HexA45B5502D302452031
Octal244133125055604454061
Binary10100100101101110101010101101110000100100101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B55; }

 p { color: rgb(164,91,85); }

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

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

 a { background-color: rgb(164,91,85); }

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

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

 span { border-color: rgb(164,91,85); }

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