Html Css Color HEX #AA4853 Hippie Pink

📋 copy color: '#AA4853'

red 170 ◦ green 72 ◦ blue 83

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

Shades of Hippie Pink #AA4853

Tints of Hippie Pink #AA4853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 52.31%
G = 22.15%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA4853 (or 0xAA4853) is known color: Hippie Pink. HEX triplet: AA, 48 and 53. RGB value is (170,72,83). Sum of RGB (Red+Green+Blue) = 170+72+83=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4853 is #55B7AC. Grayscale: #666666. Windows color (decimal): -5617581 or 5458090. OLE color: 5458090.

HSL color Cylindrical-coordinate representation of color #AA4853: hue angle of 353.27º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4853 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 72 83 -
CMYK 0 0.58 0.51 0.33
HSL 353.27º 0.4% 0.47% -
HSV(B) 353.27º 0.58% 0.67% -
XYZ 20.46 13.81 9.77 -
YUV 102.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 170 72 83 0 0.58 0.51 0.33 353.27 0.4 0.47
Hex AA 48 53 0 3A 33 21 161 28 2F
Octal 252 110 123 0 72 63 41 541 50 57
Binary 10101010 1001000 1010011 0 111010 110011 100001 101100001 101000 101111

Color Harmonies of #AA4853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4853

Black with #AA4853

Text Example


Text Example

White with #AA4853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4853; }

 p { color: rgb(170,72,83); }

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

background-color css

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

 a { background-color: rgb(170,72,83); }

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

border-color css

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

 span { border-color: rgb(170,72,83); }

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