#A95654

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

Shades of Apple Blossom #A95654

Tints of Apple Blossom #A95654

Color information

#A95654 (or 0xA95654) is unknown color: approx Apple Blossom. HEX triplet: A9, 56 and 54. RGB value is (169,86,84). Sum of RGB (Red+Green+Blue) = 169+86+84=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95654 is #56A9AB. Grayscale: #6E6E6E. Windows color (decimal): -5679532 or 5527209. OLE color: 5527209.

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

Color convert

RGB1698684-
CMYK00.490.500.34
HSL1.41º33.6%49.61%-
HSV(B)1.41º50.3%66.27%-
XYZ21.2915.7310.3-
YUV110.59113169.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=49.85%
G=25.37%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169868400.490.500.341.4133.649.61
HexA95654031322212232
Octal251126124061624214262
Binary101010011010110101010001100011100101000101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95654; }

 p { color: rgb(169,86,84); }

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

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

 a { background-color: rgb(169,86,84); }

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

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

 span { border-color: rgb(169,86,84); }

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