Html Css Color HEX #AA435D Hippie Pink

📋 copy color: '#AA435D'

red 170 ◦ green 67 ◦ blue 93

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

Shades of Hippie Pink #AA435D

Tints of Hippie Pink #AA435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 51.52%
G = 20.3%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA435D (or 0xAA435D) is known color: Hippie Pink. HEX triplet: AA, 43 and 5D. RGB value is (170,67,93). Sum of RGB (Red+Green+Blue) = 170+67+93=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA435D is #55BCA2. Grayscale: #646464. Windows color (decimal): -5618851 or 6112170. OLE color: 6112170.

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

Color convert

RGB 170 67 93 -
CMYK 0 0.61 0.45 0.33
HSL 344.85º 0.43% 0.46% -
HSV(B) 344.85º 0.61% 0.67% -
XYZ 20.56 13.35 11.85 -
YUV 100.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 170 67 93 0 0.61 0.45 0.33 344.85 0.43 0.46
Hex AA 43 5D 0 3D 2D 21 159 2B 2E
Octal 252 103 135 0 75 55 41 531 53 56
Binary 10101010 1000011 1011101 0 111101 101101 100001 101011001 101011 101110

Color Harmonies of #AA435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA435D

Black with #AA435D

Text Example


Text Example

White with #AA435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA435D; }

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

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

background-color css

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

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

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

border-color css

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

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

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