#A65958

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

Shades of Apple Blossom #A65958

Tints of Apple Blossom #A65958

Color information

#A65958 (or 0xA65958) is unknown color: approx Apple Blossom. HEX triplet: A6, 59 and 58. RGB value is (166,89,88). Sum of RGB (Red+Green+Blue) = 166+89+88=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A65958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65958 is #59A6A7. Grayscale: #6F6F6F. Windows color (decimal): -5875368 or 5790118. OLE color: 5790118.

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

Color convert

RGB1668988-
CMYK00.460.470.35
HSL0.77º30.71%49.8%-
HSV(B)0.77º46.99%65.1%-
XYZ21.0615.9611.2-
YUV111.91114.51166.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=48.40%
G=25.95%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166898800.460.470.350.7730.7149.8
HexA6595802E2F2311f32
Octal246131130056574313762
Binary10100110101100110110000101110101111100011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65958; }

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

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

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

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

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

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

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

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