Html Css Color HEX #AA425B Hippie Pink

📋 copy color: '#AA425B'

red 170 ◦ green 66 ◦ blue 91

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

Shades of Hippie Pink #AA425B

Tints of Hippie Pink #AA425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 51.99%
G = 20.18%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA425B (or 0xAA425B) is known color: Hippie Pink. HEX triplet: AA, 42 and 5B. RGB value is (170,66,91). Sum of RGB (Red+Green+Blue) = 170+66+91=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA425B is #55BDA4. Grayscale: #636363. Windows color (decimal): -5619109 or 5980842. OLE color: 5980842.

HSL color Cylindrical-coordinate representation of color #AA425B: hue angle of 345.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA425B is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 91 -
CMYK 0 0.61 0.46 0.33
HSL 345.58º 0.44% 0.46% -
HSV(B) 345.58º 0.61% 0.67% -
XYZ 20.41 13.2 11.37 -
YUV 99.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 170 66 91 0 0.61 0.46 0.33 345.58 0.44 0.46
Hex AA 42 5B 0 3D 2E 21 15A 2C 2E
Octal 252 102 133 0 75 56 41 532 54 56
Binary 10101010 1000010 1011011 0 111101 101110 100001 101011010 101100 101110

Color Harmonies of #AA425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA425B

Black with #AA425B

Text Example


Text Example

White with #AA425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA425B; }

 p { color: rgb(170,66,91); }

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

background-color css

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

 a { background-color: rgb(170,66,91); }

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

border-color css

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

 span { border-color: rgb(170,66,91); }

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