Html Css Color HEX #AA4B4D Hippie Pink

📋 copy color: '#AA4B4D'

red 170 ◦ green 75 ◦ blue 77

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

Shades of Hippie Pink #AA4B4D

Tints of Hippie Pink #AA4B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 52.8%
G = 23.29%
B = 23.91%

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

#AA4B4D (or 0xAA4B4D) is known color: Hippie Pink. HEX triplet: AA, 4B and 4D. RGB value is (170,75,77). Sum of RGB (Red+Green+Blue) = 170+75+77=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B4D is #55B4B2. Grayscale: #676767. Windows color (decimal): -5616819 or 5065642. OLE color: 5065642.

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

Color convert

RGB 170 75 77 -
CMYK 0 0.56 0.55 0.33
HSL 358.74º 0.39% 0.48% -
HSV(B) 358.74º 0.56% 0.67% -
XYZ 20.43 14.11 8.67 -
YUV 103.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 170 75 77 0 0.56 0.55 0.33 358.74 0.39 0.48
Hex AA 4B 4D 0 38 37 21 167 27 30
Octal 252 113 115 0 70 67 41 547 47 60
Binary 10101010 1001011 1001101 0 111000 110111 100001 101100111 100111 110000

Color Harmonies of #AA4B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B4D

Black with #AA4B4D

Text Example


Text Example

White with #AA4B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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