Html Css Color HEX #A95959 Apple Blossom

📋 copy color: '#A95959'

red 169 ◦ green 89 ◦ blue 89

#A95959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #A95959

Tints of Apple Blossom #A95959

RGB

 RED value IS 169 (66.41% from 255) = 48.7%

 GREEN value IS 89 (35.16% from 255) = 25.65%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 48.7%
G = 25.65%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A95959 (or 0xA95959) is known color: Apple Blossom. HEX triplet: A9, 59 and 59. RGB value is (169,89,89). Sum of RGB (Red+Green+Blue) = 169+89+89=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A95959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95959 is #56A6A6. Grayscale: #717171. Windows color (decimal): -5678759 or 5855657. OLE color: 5855657.

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

Color convert

RGB 169 89 89 -
CMYK 0 0.47 0.47 0.34
HSL 0.32% 0.51% -
HSV(B) 0.47% 0.66% -
XYZ 21.74 16.3 11.45 -
YUV 112.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 169 89 89 0 0.47 0.47 0.34 0 0.32 0.51
Hex A9 59 59 0 2F 2F 22 0 20 33
Octal 251 131 131 0 57 57 42 0 40 63
Binary 10101001 1011001 1011001 0 101111 101111 100010 0 100000 110011

Color Harmonies of #A95959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95959

Black with #A95959

Text Example


Text Example

White with #A95959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95959; }

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

 H1.HeaderClassName
 {
   color: #A95959;
 }
 .AnyTagClassName
 {
   color: #A95959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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