Html Css Color HEX #AA525C Hippie Pink

📋 copy color: '#AA525C'

red 170 ◦ green 82 ◦ blue 92

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

Shades of Hippie Pink #AA525C

Tints of Hippie Pink #AA525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 49.42%
G = 23.84%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA525C (or 0xAA525C) is known color: Hippie Pink. HEX triplet: AA, 52 and 5C. RGB value is (170,82,92). Sum of RGB (Red+Green+Blue) = 170+82+92=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA525C is #55ADA3. Grayscale: #6D6D6D. Windows color (decimal): -5615012 or 6050474. OLE color: 6050474.

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

Color convert

RGB 170 82 92 -
CMYK 0 0.52 0.46 0.33
HSL 353.18º 0.35% 0.49% -
HSV(B) 353.18º 0.52% 0.67% -
XYZ 21.53 15.35 11.95 -
YUV 109.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 170 82 92 0 0.52 0.46 0.33 353.18 0.35 0.49
Hex AA 52 5C 0 34 2E 21 161 23 31
Octal 252 122 134 0 64 56 41 541 43 61
Binary 10101010 1010010 1011100 0 110100 101110 100001 101100001 100011 110001

Color Harmonies of #AA525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA525C

Black with #AA525C

Text Example


Text Example

White with #AA525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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