Html Css Color HEX #AA4652 Hippie Pink

📋 copy color: '#AA4652'

red 170 ◦ green 70 ◦ blue 82

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

Shades of Hippie Pink #AA4652

Tints of Hippie Pink #AA4652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 52.8%
G = 21.74%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA4652 (or 0xAA4652) is known color: Hippie Pink. HEX triplet: AA, 46 and 52. RGB value is (170,70,82). Sum of RGB (Red+Green+Blue) = 170+70+82=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4652 is #55B9AD. Grayscale: #656565. Windows color (decimal): -5618094 or 5392042. OLE color: 5392042.

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

Color convert

RGB 170 70 82 -
CMYK 0 0.59 0.52 0.33
HSL 352.8º 0.42% 0.47% -
HSV(B) 352.8º 0.59% 0.67% -
XYZ 20.29 13.54 9.53 -
YUV 101.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 170 70 82 0 0.59 0.52 0.33 352.8 0.42 0.47
Hex AA 46 52 0 3B 34 21 161 2A 2F
Octal 252 106 122 0 73 64 41 541 52 57
Binary 10101010 1000110 1010010 0 111011 110100 100001 101100001 101010 101111

Color Harmonies of #AA4652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4652

Black with #AA4652

Text Example


Text Example

White with #AA4652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4652; }

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

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

background-color css

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

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

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

border-color css

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

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

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