#A45B59

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

Shades of Apple Blossom #A45B59

Tints of Apple Blossom #A45B59

Color information

#A45B59 (or 0xA45B59) is unknown color: approx Apple Blossom. HEX triplet: A4, 5B and 59. RGB value is (164,91,89). Sum of RGB (Red+Green+Blue) = 164+91+89=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45B59 is #5BA4A6. Grayscale: #707070. Windows color (decimal): -6005927 or 5856164. OLE color: 5856164.

HSL color Cylindrical-coordinate representation of color #A45B59: hue angle of 1.6º 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 #A45B59 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1649189-
CMYK00.450.460.36
HSL1.6º29.64%49.61%-
HSV(B)1.6º45.73%64.31%-
XYZ20.8516.111.46-
YUV112.6114.68164.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 89 (35.16% from 255) = 25.87%
R=47.67%
G=26.45%
B=25.87%

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
Decimal164918900.450.460.361.629.6449.61
HexA45B5902D2E2421e32
Octal244133131055564423662
Binary101001001011011101100101011011011101001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B59; }

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

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

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

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

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

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

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

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