#A65552

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

Shades of Apple Blossom #A65552

Tints of Apple Blossom #A65552

Color information

#A65552 (or 0xA65552) is unknown color: approx Apple Blossom. HEX triplet: A6, 55 and 52. RGB value is (166,85,82). Sum of RGB (Red+Green+Blue) = 166+85+82=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A65552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65552 is #59AAAD. Grayscale: #6C6C6C. Windows color (decimal): -5876398 or 5395878. OLE color: 5395878.

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

Color convert

RGB1668582-
CMYK00.490.510.35
HSL2.14º33.87%48.63%-
HSV(B)2.14º50.6%65.1%-
XYZ20.515.219.84-
YUV108.88112.84168.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.85%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=49.85%
G=25.53%
B=24.62%

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
Decimal166858200.490.510.352.1433.8748.63
HexA65552031332322231
Octal246125122061634324261
Binary1010011010101011010010011000111001110001110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65552; }

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

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

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

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

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

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

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

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