Html Css Color HEX #AA425A Hippie Pink

📋 copy color: '#AA425A'

red 170 ◦ green 66 ◦ blue 90

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

Shades of Hippie Pink #AA425A

Tints of Hippie Pink #AA425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 52.15%
G = 20.25%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA425A (or 0xAA425A) is known color: Hippie Pink. HEX triplet: AA, 42 and 5A. RGB value is (170,66,90). Sum of RGB (Red+Green+Blue) = 170+66+90=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA425A is #55BDA5. Grayscale: #636363. Windows color (decimal): -5619110 or 5915306. OLE color: 5915306.

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

Color convert

RGB 170 66 90 -
CMYK 0 0.61 0.47 0.33
HSL 346.15º 0.44% 0.46% -
HSV(B) 346.15º 0.61% 0.67% -
XYZ 20.37 13.18 11.14 -
YUV 99.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 170 66 90 0 0.61 0.47 0.33 346.15 0.44 0.46
Hex AA 42 5A 0 3D 2F 21 15A 2C 2E
Octal 252 102 132 0 75 57 41 532 54 56
Binary 10101010 1000010 1011010 0 111101 101111 100001 101011010 101100 101110

Color Harmonies of #AA425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA425A

Black with #AA425A

Text Example


Text Example

White with #AA425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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