#A95353

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

Shades of Apple Blossom #A95353

Tints of Apple Blossom #A95353

Color information

#A95353 (or 0xA95353) is unknown color: approx Apple Blossom. HEX triplet: A9, 53 and 53. RGB value is (169,83,83). Sum of RGB (Red+Green+Blue) = 169+83+83=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A95353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95353 is #56ACAC. Grayscale: #6C6C6C. Windows color (decimal): -5680301 or 5460905. OLE color: 5460905.

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

Color convert

RGB1698383-
CMYK00.510.510.34
HSL34.13%49.41%-
HSV(B)50.89%66.27%-
XYZ21.0215.2510.02-
YUV108.71113.49171-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=50.45%
G=24.78%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169838300.510.510.34034.1349.41
HexA95353033332202231
Octal251123123063634204261
Binary101010011010011101001101100111100111000100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95353; }

 p { color: rgb(169,83,83); }

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

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

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

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

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

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

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