Html Css Color HEX #AA484B Hippie Pink

📋 copy color: '#AA484B'

red 170 ◦ green 72 ◦ blue 75

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

Shades of Hippie Pink #AA484B

Tints of Hippie Pink #AA484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 53.63%
G = 22.71%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA484B (or 0xAA484B) is known color: Hippie Pink. HEX triplet: AA, 48 and 4B. RGB value is (170,72,75). Sum of RGB (Red+Green+Blue) = 170+72+75=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA484B is #55B7B4. Grayscale: #656565. Windows color (decimal): -5617589 or 4933802. OLE color: 4933802.

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

Color convert

RGB 170 72 75 -
CMYK 0 0.58 0.56 0.33
HSL 358.16º 0.4% 0.47% -
HSV(B) 358.16º 0.58% 0.67% -
XYZ 20.16 13.69 8.24 -
YUV 101.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 170 72 75 0 0.58 0.56 0.33 358.16 0.4 0.47
Hex AA 48 4B 0 3A 38 21 166 28 2F
Octal 252 110 113 0 72 70 41 546 50 57
Binary 10101010 1001000 1001011 0 111010 111000 100001 101100110 101000 101111

Color Harmonies of #AA484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA484B

Black with #AA484B

Text Example


Text Example

White with #AA484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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