#A45A59

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

Shades of Apple Blossom #A45A59

Tints of Apple Blossom #A45A59

Color information

#A45A59 (or 0xA45A59) is unknown color: approx Apple Blossom. HEX triplet: A4, 5A and 59. RGB value is (164,90,89). Sum of RGB (Red+Green+Blue) = 164+90+89=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A59 is #5BA5A6. Grayscale: #707070. Windows color (decimal): -6006183 or 5855908. OLE color: 5855908.

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

Color convert

RGB1649089-
CMYK00.450.460.36
HSL0.8º29.64%49.61%-
HSV(B)0.8º45.73%64.31%-
XYZ20.7715.9311.43-
YUV112.01115.02165.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=47.81%
G=26.24%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164908900.450.460.360.829.6449.61
HexA45A5902D2E2411e32
Octal244132131055564413662
Binary10100100101101010110010101101101110100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A59; }

 p { color: rgb(164,90,89); }

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

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

 a { background-color: rgb(164,90,89); }

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

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

 span { border-color: rgb(164,90,89); }

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