#A55046

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

Shades of Apple Blossom #A55046

Tints of Apple Blossom #A55046

Color information

#A55046 (or 0xA55046) is unknown color: approx Apple Blossom. HEX triplet: A5, 50 and 46. RGB value is (165,80,70). Sum of RGB (Red+Green+Blue) = 165+80+70=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55046 is #5AAFB9. Grayscale: #686868. Windows color (decimal): -5943226 or 4608165. OLE color: 4608165.

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

Color convert

RGB1658070-
CMYK00.520.580.35
HSL6.32º40.43%46.08%-
HSV(B)6.32º57.58%64.71%-
XYZ19.4914.187.5-
YUV104.28108.66171.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=52.38%
G=25.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165807000.520.580.356.3240.4346.08
HexA550460343A236282e
Octal245120106064724365056
Binary10100101101000010001100110100111010100011110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55046; }

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

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

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

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

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

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

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

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