#A45550

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

Shades of Apple Blossom #A45550

Tints of Apple Blossom #A45550

Color information

#A45550 (or 0xA45550) is unknown color: approx Apple Blossom. HEX triplet: A4, 55 and 50. RGB value is (164,85,80). Sum of RGB (Red+Green+Blue) = 164+85+80=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A45550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45550 is #5BAAAF. Grayscale: #6C6C6C. Windows color (decimal): -6007472 or 5264804. OLE color: 5264804.

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

Color convert

RGB1648580-
CMYK00.480.510.36
HSL3.57º34.43%47.84%-
HSV(B)3.57º51.22%64.31%-
XYZ20.0114.979.42-
YUV108.05112.17167.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=49.85%
G=25.84%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164858000.480.510.363.5734.4347.84
HexA45550030332442230
Octal244125120060634444260
Binary10100100101010110100000110000110011100100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45550; }

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

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

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

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

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

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

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

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