Html Css Color HEX #AA4555 Hippie Pink

📋 copy color: '#AA4555'

red 170 ◦ green 69 ◦ blue 85

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

Shades of Hippie Pink #AA4555

Tints of Hippie Pink #AA4555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.3%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 52.47%
G = 21.3%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA4555 (or 0xAA4555) is known color: Hippie Pink. HEX triplet: AA, 45 and 55. RGB value is (170,69,85). Sum of RGB (Red+Green+Blue) = 170+69+85=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4555 is #55BAAA. Grayscale: #656565. Windows color (decimal): -5618347 or 5588394. OLE color: 5588394.

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

Color convert

RGB 170 69 85 -
CMYK 0 0.59 0.50 0.33
HSL 350.5º 0.42% 0.47% -
HSV(B) 350.5º 0.59% 0.67% -
XYZ 20.35 13.46 10.12 -
YUV 101.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 170 69 85 0 0.59 0.50 0.33 350.5 0.42 0.47
Hex AA 45 55 0 3B 32 21 15E 2A 2F
Octal 252 105 125 0 73 62 41 536 52 57
Binary 10101010 1000101 1010101 0 111011 110010 100001 101011110 101010 101111

Color Harmonies of #AA4555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4555

Black with #AA4555

Text Example


Text Example

White with #AA4555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4555; }

 p { color: rgb(170,69,85); }

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

background-color css

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

 a { background-color: rgb(170,69,85); }

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

border-color css

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

 span { border-color: rgb(170,69,85); }

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