Html Css Color HEX #AA4256 Hippie Pink

📋 copy color: '#AA4256'

red 170 ◦ green 66 ◦ blue 86

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

Shades of Hippie Pink #AA4256

Tints of Hippie Pink #AA4256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 52.8%
G = 20.5%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA4256 (or 0xAA4256) is known color: Hippie Pink. HEX triplet: AA, 42 and 56. RGB value is (170,66,86). Sum of RGB (Red+Green+Blue) = 170+66+86=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4256 is #55BDA9. Grayscale: #636363. Windows color (decimal): -5619114 or 5653162. OLE color: 5653162.

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

Color convert

RGB 170 66 86 -
CMYK 0 0.61 0.49 0.33
HSL 348.46º 0.44% 0.46% -
HSV(B) 348.46º 0.61% 0.67% -
XYZ 20.21 13.11 10.27 -
YUV 99.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 170 66 86 0 0.61 0.49 0.33 348.46 0.44 0.46
Hex AA 42 56 0 3D 31 21 15C 2C 2E
Octal 252 102 126 0 75 61 41 534 54 56
Binary 10101010 1000010 1010110 0 111101 110001 100001 101011100 101100 101110

Color Harmonies of #AA4256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4256

Black with #AA4256

Text Example


Text Example

White with #AA4256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4256; }

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

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

background-color css

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

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

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

border-color css

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

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

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