#A95350

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

Shades of Apple Blossom #A95350

Tints of Apple Blossom #A95350

Color information

#A95350 (or 0xA95350) is unknown color: approx Apple Blossom. HEX triplet: A9, 53 and 50. RGB value is (169,83,80). Sum of RGB (Red+Green+Blue) = 169+83+80=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A95350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95350 is #56ACAF. Grayscale: #6C6C6C. Windows color (decimal): -5680304 or 5264297. OLE color: 5264297.

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

Color convert

RGB1698380-
CMYK00.510.530.34
HSL2.02º35.74%48.82%-
HSV(B)2.02º52.66%66.27%-
XYZ20.915.29.42-
YUV108.37111.99171.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=50.90%
G=25%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169838000.510.530.342.0235.7448.82
HexA95350033352222431
Octal251123120063654224461
Binary1010100110100111010000011001111010110001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95350; }

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

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

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

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

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

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

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

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