#A55450

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

Shades of Apple Blossom #A55450

Tints of Apple Blossom #A55450

Color information

#A55450 (or 0xA55450) is unknown color: approx Apple Blossom. HEX triplet: A5, 54 and 50. RGB value is (165,84,80). Sum of RGB (Red+Green+Blue) = 165+84+80=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A55450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55450 is #5AABAF. Grayscale: #6B6B6B. Windows color (decimal): -5942192 or 5264549. OLE color: 5264549.

HSL color Cylindrical-coordinate representation of color #A55450: hue angle of 2.82º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55450 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1658480-
CMYK00.490.520.35
HSL2.82º34.69%48.04%-
HSV(B)2.82º51.52%64.71%-
XYZ20.1414.929.41-
YUV107.76112.34168.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=50.15%
G=25.53%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165848000.490.520.352.8234.6948.04
HexA55450031342332330
Octal245124120061644334360
Binary1010010110101001010000011000111010010001111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55450; }

 p { color: rgb(165,84,80); }

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

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

 a { background-color: rgb(165,84,80); }

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

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

 span { border-color: rgb(165,84,80); }

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