Html Css Color HEX #AA585C Hippie Pink

📋 copy color: '#AA585C'

red 170 ◦ green 88 ◦ blue 92

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

Shades of Hippie Pink #AA585C

Tints of Hippie Pink #AA585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 48.57%
G = 25.14%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA585C (or 0xAA585C) is known color: Hippie Pink. HEX triplet: AA, 58 and 5C. RGB value is (170,88,92). Sum of RGB (Red+Green+Blue) = 170+88+92=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA585C is #55A7A3. Grayscale: #717171. Windows color (decimal): -5613476 or 6052010. OLE color: 6052010.

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

Color convert

RGB 170 88 92 -
CMYK 0 0.48 0.46 0.33
HSL 357.07º 0.33% 0.51% -
HSV(B) 357.07º 0.48% 0.67% -
XYZ 22 16.3 12.11 -
YUV 112.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 170 88 92 0 0.48 0.46 0.33 357.07 0.33 0.51
Hex AA 58 5C 0 30 2E 21 165 21 33
Octal 252 130 134 0 60 56 41 545 41 63
Binary 10101010 1011000 1011100 0 110000 101110 100001 101100101 100001 110011

Color Harmonies of #AA585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA585C

Black with #AA585C

Text Example


Text Example

White with #AA585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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