#a65952

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

Shades of Apple Blossom #A65952

Tints of Apple Blossom #A65952

Color information

#A65952 (or 0xA65952) is unknown color: approx Apple Blossom. HEX triplet: A6, 59 and 52. RGB value is (166,89,82). Sum of RGB (Red+Green+Blue) = 166+89+82=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65952 is #59A6AD. Grayscale: #6F6F6F. Windows color (decimal): -5875374 or 5396902. OLE color: 5396902.

HSL color Cylindrical-coordinate representation of color #A65952: hue angle of 5º 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 #A65952 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1668982-
CMYK00.460.510.35
HSL33.87%48.63%-
HSV(B)50.6%65.1%-
XYZ20.8215.869.95-
YUV111.22111.51167.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=49.26%
G=26.41%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166898200.460.510.35533.8748.63
HexA6595202E332352231
Octal246131122056634354261
Binary10100110101100110100100101110110011100011101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a65952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a65952; }

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

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

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

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

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

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

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

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