Html Css Color HEX #AA464B Hippie Pink

📋 copy color: '#AA464B'

red 170 ◦ green 70 ◦ blue 75

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

Shades of Hippie Pink #AA464B

Tints of Hippie Pink #AA464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 53.97%
G = 22.22%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA464B (or 0xAA464B) is known color: Hippie Pink. HEX triplet: AA, 46 and 4B. RGB value is (170,70,75). Sum of RGB (Red+Green+Blue) = 170+70+75=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA464B is #55B9B4. Grayscale: #646464. Windows color (decimal): -5618101 or 4933290. OLE color: 4933290.

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

Color convert

RGB 170 70 75 -
CMYK 0 0.59 0.56 0.33
HSL 357º 0.42% 0.47% -
HSV(B) 357º 0.59% 0.67% -
XYZ 20.04 13.43 8.19 -
YUV 100.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 170 70 75 0 0.59 0.56 0.33 357 0.42 0.47
Hex AA 46 4B 0 3B 38 21 165 2A 2F
Octal 252 106 113 0 73 70 41 545 52 57
Binary 10101010 1000110 1001011 0 111011 111000 100001 101100101 101010 101111

Color Harmonies of #AA464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA464B

Black with #AA464B

Text Example


Text Example

White with #AA464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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