Html Css Color HEX #AA4B4C Hippie Pink

📋 copy color: '#AA4B4C'

red 170 ◦ green 75 ◦ blue 76

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

Shades of Hippie Pink #AA4B4C

Tints of Hippie Pink #AA4B4C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.36%

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

R = 52.96%
G = 23.36%
B = 23.68%

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

#AA4B4C (or 0xAA4B4C) is known color: Hippie Pink. HEX triplet: AA, 4B and 4C. RGB value is (170,75,76). Sum of RGB (Red+Green+Blue) = 170+75+76=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B4C is #55B4B3. Grayscale: #676767. Windows color (decimal): -5616820 or 5000106. OLE color: 5000106.

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

Color convert

RGB 170 75 76 -
CMYK 0 0.56 0.55 0.33
HSL 359.37º 0.39% 0.48% -
HSV(B) 359.37º 0.56% 0.67% -
XYZ 20.4 14.1 8.48 -
YUV 103.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 170 75 76 0 0.56 0.55 0.33 359.37 0.39 0.48
Hex AA 4B 4C 0 38 37 21 167 27 30
Octal 252 113 114 0 70 67 41 547 47 60
Binary 10101010 1001011 1001100 0 111000 110111 100001 101100111 100111 110000

Color Harmonies of #AA4B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B4C

Black with #AA4B4C

Text Example


Text Example

White with #AA4B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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