Html Css Color HEX #AA5A59 Apple Blossom

📋 copy color: '#AA5A59'

red 170 ◦ green 90 ◦ blue 89

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

Shades of Apple Blossom #AA5A59

Tints of Apple Blossom #AA5A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

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

R = 48.71%
G = 25.79%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA5A59 (or 0xAA5A59) is known color: Apple Blossom. HEX triplet: AA, 5A and 59. RGB value is (170,90,89). Sum of RGB (Red+Green+Blue) = 170+90+89=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A59 is #55A5A6. Grayscale: #717171. Windows color (decimal): -5612967 or 5855914. OLE color: 5855914.

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

Color convert

RGB 170 90 89 -
CMYK 0 0.47 0.48 0.33
HSL 0.74º 0.32% 0.51% -
HSV(B) 0.74º 0.48% 0.67% -
XYZ 22.04 16.58 11.49 -
YUV 113.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 170 90 89 0 0.47 0.48 0.33 0.74 0.32 0.51
Hex AA 5A 59 0 2F 30 21 1 20 33
Octal 252 132 131 0 57 60 41 1 40 63
Binary 10101010 1011010 1011001 0 101111 110000 100001 1 100000 110011

Color Harmonies of #AA5A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A59

Black with #AA5A59

Text Example


Text Example

White with #AA5A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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