Html Css Color HEX #AA4A4C Hippie Pink

📋 copy color: '#AA4A4C'

red 170 ◦ green 74 ◦ blue 76

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

Shades of Hippie Pink #AA4A4C

Tints of Hippie Pink #AA4A4C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 53.13%
G = 23.13%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA4A4C (or 0xAA4A4C) is known color: Hippie Pink. HEX triplet: AA, 4A and 4C. RGB value is (170,74,76). Sum of RGB (Red+Green+Blue) = 170+74+76=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A4C is #55B5B3. Grayscale: #676767. Windows color (decimal): -5617076 or 4999850. OLE color: 4999850.

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

Color convert

RGB 170 74 76 -
CMYK 0 0.56 0.55 0.33
HSL 358.75º 0.39% 0.48% -
HSV(B) 358.75º 0.56% 0.67% -
XYZ 20.33 13.97 8.46 -
YUV 102.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 170 74 76 0 0.56 0.55 0.33 358.75 0.39 0.48
Hex AA 4A 4C 0 38 37 21 167 27 30
Octal 252 112 114 0 70 67 41 547 47 60
Binary 10101010 1001010 1001100 0 111000 110111 100001 101100111 100111 110000

Color Harmonies of #AA4A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A4C

Black with #AA4A4C

Text Example


Text Example

White with #AA4A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A4C; }

 p { color: rgb(170,74,76); }

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

background-color css

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

 a { background-color: rgb(170,74,76); }

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

border-color css

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

 span { border-color: rgb(170,74,76); }

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