Html Css Color HEX #AA585A Hippie Pink

📋 copy color: '#AA585A'

red 170 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #AA585A

Tints of Hippie Pink #AA585A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 170 88 90 -
CMYK 0 0.48 0.47 0.33
HSL 358.54º 0.33% 0.51% -
HSV(B) 358.54º 0.48% 0.67% -
XYZ 21.91 16.26 11.66 -
YUV 112.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 170 88 90 0 0.48 0.47 0.33 358.54 0.33 0.51
Hex AA 58 5A 0 30 2F 21 167 21 33
Octal 252 130 132 0 60 57 41 547 41 63
Binary 10101010 1011000 1011010 0 110000 101111 100001 101100111 100001 110011

Color Harmonies of #AA585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA585A

Black with #AA585A

Text Example


Text Example

White with #AA585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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