#A45A56

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

Shades of Apple Blossom #A45A56

Tints of Apple Blossom #A45A56

Color information

#A45A56 (or 0xA45A56) is unknown color: approx Apple Blossom. HEX triplet: A4, 5A and 56. RGB value is (164,90,86). Sum of RGB (Red+Green+Blue) = 164+90+86=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A56 is #5BA5A9. Grayscale: #6F6F6F. Windows color (decimal): -6006186 or 5659300. OLE color: 5659300.

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

Color convert

RGB1649086-
CMYK00.450.480.36
HSL3.08º31.2%49.02%-
HSV(B)3.08º47.56%64.31%-
XYZ20.6515.8810.78-
YUV111.67113.52165.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=48.24%
G=26.47%
B=25.29%

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
Decimal164908600.450.480.363.0831.249.02
HexA45A5602D302431f31
Octal244132126055604433761
Binary101001001011010101011001011011100001001001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A56; }

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

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

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

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

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

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

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

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