Html Css Color HEX #AA5959 Apple Blossom

📋 copy color: '#AA5959'

red 170 ◦ green 89 ◦ blue 89

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

Shades of Apple Blossom #AA5959

Tints of Apple Blossom #AA5959

RGB

 RED value IS 170 (66.8% from 255) = 48.85%

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

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

R = 48.85%
G = 25.57%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA5959 (or 0xAA5959) is known color: Apple Blossom. HEX triplet: AA, 59 and 59. RGB value is (170,89,89). Sum of RGB (Red+Green+Blue) = 170+89+89=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5959 is #55A6A6. Grayscale: #717171. Windows color (decimal): -5613223 or 5855658. OLE color: 5855658.

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

Color convert

RGB 170 89 89 -
CMYK 0 0.48 0.48 0.33
HSL 0.32% 0.51% -
HSV(B) 0.48% 0.67% -
XYZ 21.95 16.41 11.46 -
YUV 113.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 170 89 89 0 0.48 0.48 0.33 0 0.32 0.51
Hex AA 59 59 0 30 30 21 0 20 33
Octal 252 131 131 0 60 60 41 0 40 63
Binary 10101010 1011001 1011001 0 110000 110000 100001 0 100000 110011

Color Harmonies of #AA5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5959

Black with #AA5959

Text Example


Text Example

White with #AA5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5959; }

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

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

background-color css

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

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

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

border-color css

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

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

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