#A45756

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

Shades of Apple Blossom #A45756

Tints of Apple Blossom #A45756

Color information

#A45756 (or 0xA45756) is unknown color: approx Apple Blossom. HEX triplet: A4, 57 and 56. RGB value is (164,87,86). Sum of RGB (Red+Green+Blue) = 164+87+86=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A45756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45756 is #5BA8A9. Grayscale: #6D6D6D. Windows color (decimal): -6006954 or 5658532. OLE color: 5658532.

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

Color convert

RGB1648786-
CMYK00.470.480.36
HSL0.77º31.2%49.02%-
HSV(B)0.77º47.56%64.31%-
XYZ20.415.3810.7-
YUV109.91114.51166.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=48.66%
G=25.82%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164878600.470.480.360.7731.249.02
HexA4575602F302411f31
Octal244127126057604413761
Binary10100100101011110101100101111110000100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45756; }

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

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

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

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

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

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

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

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