#A45856

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

Shades of Apple Blossom #A45856

Tints of Apple Blossom #A45856

Color information

#A45856 (or 0xA45856) is unknown color: approx Apple Blossom. HEX triplet: A4, 58 and 56. RGB value is (164,88,86). Sum of RGB (Red+Green+Blue) = 164+88+86=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A45856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45856 is #5BA7A9. Grayscale: #6E6E6E. Windows color (decimal): -6006698 or 5658788. OLE color: 5658788.

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

Color convert

RGB1648886-
CMYK00.460.480.36
HSL1.54º31.2%49.02%-
HSV(B)1.54º47.56%64.31%-
XYZ20.4815.5410.72-
YUV110.5114.18166.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=48.52%
G=26.04%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164888600.460.480.361.5431.249.02
HexA4585602E302421f31
Octal244130126056604423761
Binary101001001011000101011001011101100001001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45856; }

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

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

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

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

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

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

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

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