#A55451

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

Shades of Apple Blossom #A55451

Tints of Apple Blossom #A55451

Color information

#A55451 (or 0xA55451) is unknown color: approx Apple Blossom. HEX triplet: A5, 54 and 51. RGB value is (165,84,81). Sum of RGB (Red+Green+Blue) = 165+84+81=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A55451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55451 is #5AABAE. Grayscale: #6B6B6B. Windows color (decimal): -5942191 or 5330085. OLE color: 5330085.

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

Color convert

RGB1658481-
CMYK00.490.510.35
HSL2.14º34.15%48.24%-
HSV(B)2.14º50.91%64.71%-
XYZ20.1714.939.6-
YUV107.88112.84168.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=50%
G=25.45%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165848100.490.510.352.1434.1548.24
HexA55451031332322230
Octal245124121061634324260
Binary1010010110101001010001011000111001110001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55451; }

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

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

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

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

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

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

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

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