Html Css Color HEX #AA4358 Hippie Pink

📋 copy color: '#AA4358'

red 170 ◦ green 67 ◦ blue 88

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

Shades of Hippie Pink #AA4358

Tints of Hippie Pink #AA4358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 52.31%
G = 20.62%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA4358 (or 0xAA4358) is known color: Hippie Pink. HEX triplet: AA, 43 and 58. RGB value is (170,67,88). Sum of RGB (Red+Green+Blue) = 170+67+88=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4358 is #55BCA7. Grayscale: #646464. Windows color (decimal): -5618856 or 5784490. OLE color: 5784490.

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

Color convert

RGB 170 67 88 -
CMYK 0 0.61 0.48 0.33
HSL 347.77º 0.43% 0.46% -
HSV(B) 347.77º 0.61% 0.67% -
XYZ 20.35 13.26 10.72 -
YUV 100.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 170 67 88 0 0.61 0.48 0.33 347.77 0.43 0.46
Hex AA 43 58 0 3D 30 21 15C 2B 2E
Octal 252 103 130 0 75 60 41 534 53 56
Binary 10101010 1000011 1011000 0 111101 110000 100001 101011100 101011 101110

Color Harmonies of #AA4358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4358

Black with #AA4358

Text Example


Text Example

White with #AA4358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4358; }

 p { color: rgb(170,67,88); }

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

background-color css

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

 a { background-color: rgb(170,67,88); }

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

border-color css

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

 span { border-color: rgb(170,67,88); }

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