#A65655

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

Shades of Apple Blossom #A65655

Tints of Apple Blossom #A65655

Color information

#A65655 (or 0xA65655) is unknown color: approx Apple Blossom. HEX triplet: A6, 56 and 55. RGB value is (166,86,85). Sum of RGB (Red+Green+Blue) = 166+86+85=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65655 is #59A9AA. Grayscale: #6D6D6D. Windows color (decimal): -5876139 or 5592742. OLE color: 5592742.

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

Color convert

RGB1668685-
CMYK00.480.490.35
HSL0.74º32.27%49.22%-
HSV(B)0.74º48.8%65.1%-
XYZ20.6915.4210.48-
YUV109.81114168.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=49.26%
G=25.52%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166868500.480.490.350.7432.2749.22
HexA65655030312312031
Octal246126125060614314061
Binary101001101010110101010101100001100011000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65655; }

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

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

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

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

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

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

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

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