#A45649

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

Shades of Crail #A45649

Tints of Crail #A45649

Color information

#A45649 (or 0xA45649) is unknown color: approx Crail. HEX triplet: A4, 56 and 49. RGB value is (164,86,73). Sum of RGB (Red+Green+Blue) = 164+86+73=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A45649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45649 is #5BA9B6. Grayscale: #6B6B6B. Windows color (decimal): -6007223 or 4806308. OLE color: 4806308.

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

Color convert

RGB1648673-
CMYK00.480.550.36
HSL8.57º38.4%46.47%-
HSV(B)8.57º55.49%64.31%-
XYZ19.8415.038.16-
YUV107.84108.34168.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=50.77%
G=26.63%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164867300.480.550.368.5738.446.47
HexA4564903037249262e
Octal2441261110606744114656
Binary101001001010110100100101100001101111001001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45649; }

 p { color: rgb(164,86,73); }

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

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

 a { background-color: rgb(164,86,73); }

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

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

 span { border-color: rgb(164,86,73); }

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