Html Css Color HEX #AB4852 Hippie Pink

📋 copy color: '#AB4852'

red 171 ◦ green 72 ◦ blue 82

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

Shades of Hippie Pink #AB4852

Tints of Hippie Pink #AB4852

RGB

 RED value IS 171 (67.19% from 255) = 52.62%

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

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 52.62%
G = 22.15%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB4852 (or 0xAB4852) is known color: Hippie Pink. HEX triplet: AB, 48 and 52. RGB value is (171,72,82). Sum of RGB (Red+Green+Blue) = 171+72+82=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4852 is #54B7AD. Grayscale: #666666. Windows color (decimal): -5552046 or 5392555. OLE color: 5392555.

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

Color convert

RGB 171 72 82 -
CMYK 0 0.58 0.52 0.33
HSL 353.94º 0.41% 0.48% -
HSV(B) 353.94º 0.58% 0.67% -
XYZ 20.63 13.9 9.58 -
YUV 102.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 171 72 82 0 0.58 0.52 0.33 353.94 0.41 0.48
Hex AB 48 52 0 3A 34 21 162 29 30
Octal 253 110 122 0 72 64 41 542 51 60
Binary 10101011 1001000 1010010 0 111010 110100 100001 101100010 101001 110000

Color Harmonies of #AB4852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4852

Black with #AB4852

Text Example


Text Example

White with #AB4852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4852; }

 p { color: rgb(171,72,82); }

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

background-color css

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

 a { background-color: rgb(171,72,82); }

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

border-color css

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

 span { border-color: rgb(171,72,82); }

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