#A45850

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

Shades of Crail #A45850

Tints of Crail #A45850

Color information

#A45850 (or 0xA45850) is unknown color: approx Crail. HEX triplet: A4, 58 and 50. RGB value is (164,88,80). Sum of RGB (Red+Green+Blue) = 164+88+80=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A45850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45850 is #5BA7AF. Grayscale: #6D6D6D. Windows color (decimal): -6006704 or 5265572. OLE color: 5265572.

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

Color convert

RGB1648880-
CMYK00.460.510.36
HSL5.71º34.43%47.84%-
HSV(B)5.71º51.22%64.31%-
XYZ20.2515.459.5-
YUV109.81111.18166.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=49.40%
G=26.51%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164888000.460.510.365.7134.4347.84
HexA4585002E332462230
Octal244130120056634464260
Binary10100100101100010100000101110110011100100110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45850; }

 p { color: rgb(164,88,80); }

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

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

 a { background-color: rgb(164,88,80); }

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

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

 span { border-color: rgb(164,88,80); }

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