Html Css Color HEX #AA474B Hippie Pink

📋 copy color: '#AA474B'

red 170 ◦ green 71 ◦ blue 75

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

Shades of Hippie Pink #AA474B

Tints of Hippie Pink #AA474B

RGB

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

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

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

R = 53.8%
G = 22.47%
B = 23.73%

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

#AA474B (or 0xAA474B) is known color: Hippie Pink. HEX triplet: AA, 47 and 4B. RGB value is (170,71,75). Sum of RGB (Red+Green+Blue) = 170+71+75=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA474B is #55B8B4. Grayscale: #656565. Windows color (decimal): -5617845 or 4933546. OLE color: 4933546.

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

Color convert

RGB 170 71 75 -
CMYK 0 0.58 0.56 0.33
HSL 357.58º 0.41% 0.47% -
HSV(B) 357.58º 0.58% 0.67% -
XYZ 20.1 13.56 8.21 -
YUV 101.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 170 71 75 0 0.58 0.56 0.33 357.58 0.41 0.47
Hex AA 47 4B 0 3A 38 21 166 29 2F
Octal 252 107 113 0 72 70 41 546 51 57
Binary 10101010 1000111 1001011 0 111010 111000 100001 101100110 101001 101111

Color Harmonies of #AA474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA474B

Black with #AA474B

Text Example


Text Example

White with #AA474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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