#A95954

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

Shades of Apple Blossom #A95954

Tints of Apple Blossom #A95954

Color information

#A95954 (or 0xA95954) is unknown color: approx Apple Blossom. HEX triplet: A9, 59 and 54. RGB value is (169,89,84). Sum of RGB (Red+Green+Blue) = 169+89+84=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A95954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95954 is #56A6AB. Grayscale: #707070. Windows color (decimal): -5678764 or 5527977. OLE color: 5527977.

HSL color Cylindrical-coordinate representation of color #A95954: hue angle of 3.53º 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 #A95954 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB1698984-
CMYK00.470.500.34
HSL3.53º33.6%49.61%-
HSV(B)3.53º50.3%66.27%-
XYZ21.5316.2210.38-
YUV112.35112168.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.42%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=49.42%
G=26.02%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169898400.470.500.343.5333.649.61
HexA9595402F322242232
Octal251131124057624244262
Binary10101001101100110101000101111110010100010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95954; }

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

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

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

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

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

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

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

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