Html Css Color HEX #AA5555 Apple Blossom

📋 copy color: '#AA5555'

red 170 ◦ green 85 ◦ blue 85

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

Shades of Apple Blossom #AA5555

Tints of Apple Blossom #AA5555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA5555 (or 0xAA5555) is known color: Apple Blossom. HEX triplet: AA, 55 and 55. RGB value is (170,85,85). Sum of RGB (Red+Green+Blue) = 170+85+85=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5555 is #55AAAA. Grayscale: #6E6E6E. Windows color (decimal): -5614251 or 5592490. OLE color: 5592490.

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

Color convert

RGB 170 85 85 -
CMYK 0 0.50 0.50 0.33
HSL 0.33% 0.5% -
HSV(B) 0.5% 0.67% -
XYZ 21.47 15.7 10.49 -
YUV 110.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 170 85 85 0 0.50 0.50 0.33 0 0.33 0.5
Hex AA 55 55 0 32 32 21 0 21 32
Octal 252 125 125 0 62 62 41 0 41 62
Binary 10101010 1010101 1010101 0 110010 110010 100001 0 100001 110010

Color Harmonies of #AA5555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5555

Black with #AA5555

Text Example


Text Example

White with #AA5555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5555; }

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

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

background-color css

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

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

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

border-color css

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

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

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