Html Css Color HEX #AA5A55 Apple Blossom

📋 copy color: '#AA5A55'

red 170 ◦ green 90 ◦ blue 85

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

Shades of Apple Blossom #AA5A55

Tints of Apple Blossom #AA5A55

RGB

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

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

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

R = 49.28%
G = 26.09%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA5A55 (or 0xAA5A55) is known color: Apple Blossom. HEX triplet: AA, 5A and 55. RGB value is (170,90,85). Sum of RGB (Red+Green+Blue) = 170+90+85=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A55 is #55A5AA. Grayscale: #717171. Windows color (decimal): -5612971 or 5593770. OLE color: 5593770.

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

Color convert

RGB 170 90 85 -
CMYK 0 0.47 0.50 0.33
HSL 3.53º 0.33% 0.5% -
HSV(B) 3.53º 0.5% 0.67% -
XYZ 21.87 16.51 10.63 -
YUV 113.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 170 90 85 0 0.47 0.50 0.33 3.53 0.33 0.5
Hex AA 5A 55 0 2F 32 21 4 21 32
Octal 252 132 125 0 57 62 41 4 41 62
Binary 10101010 1011010 1010101 0 101111 110010 100001 100 100001 110010

Color Harmonies of #AA5A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A55

Black with #AA5A55

Text Example


Text Example

White with #AA5A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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