Html Css Color HEX #AA5D5A Apple Blossom

📋 copy color: '#AA5D5A'

red 170 ◦ green 93 ◦ blue 90

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

Shades of Apple Blossom #AA5D5A

Tints of Apple Blossom #AA5D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 48.16%
G = 26.35%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA5D5A (or 0xAA5D5A) is known color: Apple Blossom. HEX triplet: AA, 5D and 5A. RGB value is (170,93,90). Sum of RGB (Red+Green+Blue) = 170+93+90=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D5A is #55A2A5. Grayscale: #737373. Windows color (decimal): -5612198 or 5922218. OLE color: 5922218.

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

Color convert

RGB 170 93 90 -
CMYK 0 0.45 0.47 0.33
HSL 2.25º 0.32% 0.51% -
HSV(B) 2.25º 0.47% 0.67% -
XYZ 22.34 17.11 11.8 -
YUV 115.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 170 93 90 0 0.45 0.47 0.33 2.25 0.32 0.51
Hex AA 5D 5A 0 2D 2F 21 2 20 33
Octal 252 135 132 0 55 57 41 2 40 63
Binary 10101010 1011101 1011010 0 101101 101111 100001 10 100000 110011

Color Harmonies of #AA5D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D5A

Black with #AA5D5A

Text Example


Text Example

White with #AA5D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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