Html Css Color HEX #AA5A58 Apple Blossom

📋 copy color: '#AA5A58'

red 170 ◦ green 90 ◦ blue 88

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

Shades of Apple Blossom #AA5A58

Tints of Apple Blossom #AA5A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 48.85%
G = 25.86%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA5A58 (or 0xAA5A58) is known color: Apple Blossom. HEX triplet: AA, 5A and 58. RGB value is (170,90,88). Sum of RGB (Red+Green+Blue) = 170+90+88=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A58 is #55A5A7. Grayscale: #717171. Windows color (decimal): -5612968 or 5790378. OLE color: 5790378.

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

Color convert

RGB 170 90 88 -
CMYK 0 0.47 0.48 0.33
HSL 1.46º 0.33% 0.51% -
HSV(B) 1.46º 0.48% 0.67% -
XYZ 22 16.56 11.27 -
YUV 113.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 170 90 88 0 0.47 0.48 0.33 1.46 0.33 0.51
Hex AA 5A 58 0 2F 30 21 1 21 33
Octal 252 132 130 0 57 60 41 1 41 63
Binary 10101010 1011010 1011000 0 101111 110000 100001 1 100001 110011

Color Harmonies of #AA5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A58

Black with #AA5A58

Text Example


Text Example

White with #AA5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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