#A65853

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

Shades of Apple Blossom #A65853

Tints of Apple Blossom #A65853

Color information

#A65853 (or 0xA65853) is unknown color: approx Apple Blossom. HEX triplet: A6, 58 and 53. RGB value is (166,88,83). Sum of RGB (Red+Green+Blue) = 166+88+83=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65853 is #59A7AC. Grayscale: #6E6E6E. Windows color (decimal): -5875629 or 5462182. OLE color: 5462182.

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

Color convert

RGB1668883-
CMYK00.470.500.35
HSL3.61º33.33%48.82%-
HSV(B)3.61º50%65.1%-
XYZ20.7815.7110.12-
YUV110.75112.34167.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=49.26%
G=26.11%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166888300.470.500.353.6133.3348.82
HexA6585302F322342131
Octal246130123057624344161
Binary10100110101100010100110101111110010100011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65853; }

 p { color: rgb(166,88,83); }

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

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

 a { background-color: rgb(166,88,83); }

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

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

 span { border-color: rgb(166,88,83); }

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