Html Css Color HEX #AA5350 Apple Blossom

📋 copy color: '#AA5350'

red 170 ◦ green 83 ◦ blue 80

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

Shades of Apple Blossom #AA5350

Tints of Apple Blossom #AA5350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 51.05%
G = 24.92%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA5350 (or 0xAA5350) is known color: Apple Blossom. HEX triplet: AA, 53 and 50. RGB value is (170,83,80). Sum of RGB (Red+Green+Blue) = 170+83+80=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5350 is #55ACAF. Grayscale: #6C6C6C. Windows color (decimal): -5614768 or 5264298. OLE color: 5264298.

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

Color convert

RGB 170 83 80 -
CMYK 0 0.51 0.53 0.33
HSL 0.36% 0.49% -
HSV(B) 0.53% 0.67% -
XYZ 21.12 15.31 9.43 -
YUV 108.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 170 83 80 0 0.51 0.53 0.33 2 0.36 0.49
Hex AA 53 50 0 33 35 21 2 24 31
Octal 252 123 120 0 63 65 41 2 44 61
Binary 10101010 1010011 1010000 0 110011 110101 100001 10 100100 110001

Color Harmonies of #AA5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5350

Black with #AA5350

Text Example


Text Example

White with #AA5350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5350; }

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

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

background-color css

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

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

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

border-color css

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

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

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