Html Css Color HEX #AA5262 Hippie Pink

📋 copy color: '#AA5262'

red 170 ◦ green 82 ◦ blue 98

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

Shades of Hippie Pink #AA5262

Tints of Hippie Pink #AA5262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 98 (38.67% from 255) = 28%

R = 48.57%
G = 23.43%
B = 28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA5262 (or 0xAA5262) is known color: Hippie Pink. HEX triplet: AA, 52 and 62. RGB value is (170,82,98). Sum of RGB (Red+Green+Blue) = 170+82+98=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5262 is #55AD9D. Grayscale: #6E6E6E. Windows color (decimal): -5615006 or 6443690. OLE color: 6443690.

HSL color Cylindrical-coordinate representation of color #AA5262: hue angle of 349.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5262 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 82 98 -
CMYK 0 0.52 0.42 0.33
HSL 349.09º 0.35% 0.49% -
HSV(B) 349.09º 0.52% 0.67% -
XYZ 21.8 15.46 13.39 -
YUV 110.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 170 82 98 0 0.52 0.42 0.33 349.09 0.35 0.49
Hex AA 52 62 0 34 2A 21 15D 23 31
Octal 252 122 142 0 64 52 41 535 43 61
Binary 10101010 1010010 1100010 0 110100 101010 100001 101011101 100011 110001

Color Harmonies of #AA5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5262

Black with #AA5262

Text Example


Text Example

White with #AA5262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5262; }

 p { color: rgb(170,82,98); }

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

background-color css

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

 a { background-color: rgb(170,82,98); }

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

border-color css

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

 span { border-color: rgb(170,82,98); }

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