Html Css Color HEX #AA425D Hippie Pink

📋 copy color: '#AA425D'

red 170 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #AA425D

Tints of Hippie Pink #AA425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 51.67%
G = 20.06%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA425D (or 0xAA425D) is known color: Hippie Pink. HEX triplet: AA, 42 and 5D. RGB value is (170,66,93). Sum of RGB (Red+Green+Blue) = 170+66+93=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA425D is #55BDA2. Grayscale: #646464. Windows color (decimal): -5619107 or 6111914. OLE color: 6111914.

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

Color convert

RGB 170 66 93 -
CMYK 0 0.61 0.45 0.33
HSL 344.42º 0.44% 0.46% -
HSV(B) 344.42º 0.61% 0.67% -
XYZ 20.5 13.23 11.83 -
YUV 100.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 170 66 93 0 0.61 0.45 0.33 344.42 0.44 0.46
Hex AA 42 5D 0 3D 2D 21 158 2C 2E
Octal 252 102 135 0 75 55 41 530 54 56
Binary 10101010 1000010 1011101 0 111101 101101 100001 101011000 101100 101110

Color Harmonies of #AA425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA425D

Black with #AA425D

Text Example


Text Example

White with #AA425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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