Html Css Color HEX #AA5C55 Apple Blossom

📋 copy color: '#AA5C55'

red 170 ◦ green 92 ◦ blue 85

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

Shades of Apple Blossom #AA5C55

Tints of Apple Blossom #AA5C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

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

R = 48.99%
G = 26.51%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA5C55 (or 0xAA5C55) is known color: Apple Blossom. HEX triplet: AA, 5C and 55. RGB value is (170,92,85). Sum of RGB (Red+Green+Blue) = 170+92+85=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C55 is #55A3AA. Grayscale: #727272. Windows color (decimal): -5612459 or 5594282. OLE color: 5594282.

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

Color convert

RGB 170 92 85 -
CMYK 0 0.46 0.50 0.33
HSL 4.94º 0.33% 0.5% -
HSV(B) 4.94º 0.5% 0.67% -
XYZ 22.04 16.86 10.69 -
YUV 114.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 170 92 85 0 0.46 0.50 0.33 4.94 0.33 0.5
Hex AA 5C 55 0 2E 32 21 5 21 32
Octal 252 134 125 0 56 62 41 5 41 62
Binary 10101010 1011100 1010101 0 101110 110010 100001 101 100001 110010

Color Harmonies of #AA5C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C55

Black with #AA5C55

Text Example


Text Example

White with #AA5C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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