Html Css Color HEX #AA4758 Hippie Pink

📋 copy color: '#AA4758'

red 170 ◦ green 71 ◦ blue 88

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

Shades of Hippie Pink #AA4758

Tints of Hippie Pink #AA4758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 51.67%
G = 21.58%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA4758 (or 0xAA4758) is known color: Hippie Pink. HEX triplet: AA, 47 and 58. RGB value is (170,71,88). Sum of RGB (Red+Green+Blue) = 170+71+88=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4758 is #55B8A7. Grayscale: #666666. Windows color (decimal): -5617832 or 5785514. OLE color: 5785514.

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

Color convert

RGB 170 71 88 -
CMYK 0 0.58 0.48 0.33
HSL 349.7º 0.41% 0.47% -
HSV(B) 349.7º 0.58% 0.67% -
XYZ 20.59 13.76 10.8 -
YUV 102.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 170 71 88 0 0.58 0.48 0.33 349.7 0.41 0.47
Hex AA 47 58 0 3A 30 21 15E 29 2F
Octal 252 107 130 0 72 60 41 536 51 57
Binary 10101010 1000111 1011000 0 111010 110000 100001 101011110 101001 101111

Color Harmonies of #AA4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4758

Black with #AA4758

Text Example


Text Example

White with #AA4758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4758; }

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

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

background-color css

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

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

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

border-color css

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

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

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