#A45552

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

Shades of Apple Blossom #A45552

Tints of Apple Blossom #A45552

Color information

#A45552 (or 0xA45552) is unknown color: approx Apple Blossom. HEX triplet: A4, 55 and 52. RGB value is (164,85,82). Sum of RGB (Red+Green+Blue) = 164+85+82=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A45552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45552 is #5BAAAD. Grayscale: #6C6C6C. Windows color (decimal): -6007470 or 5395876. OLE color: 5395876.

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

Color convert

RGB1648582-
CMYK00.480.50.36
HSL2.2º33.33%48.24%-
HSV(B)2.2º50%64.31%-
XYZ20.08159.82-
YUV108.28113.17167.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=49.55%
G=25.68%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164858200.480.50.362.233.3348.24
HexA45552030322422130
Octal244125122060624424160
Binary1010010010101011010010011000011001010010010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45552; }

 p { color: rgb(164,85,82); }

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

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

 a { background-color: rgb(164,85,82); }

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

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

 span { border-color: rgb(164,85,82); }

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