Html Css Color HEX #AB4B4D Hippie Pink

📋 copy color: '#AB4B4D'

red 171 ◦ green 75 ◦ blue 77

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

Shades of Hippie Pink #AB4B4D

Tints of Hippie Pink #AB4B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 52.94%
G = 23.22%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB4B4D (or 0xAB4B4D) is known color: Hippie Pink. HEX triplet: AB, 4B and 4D. RGB value is (171,75,77). Sum of RGB (Red+Green+Blue) = 171+75+77=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B4D is #54B4B2. Grayscale: #686868. Windows color (decimal): -5551283 or 5065643. OLE color: 5065643.

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

Color convert

RGB 171 75 77 -
CMYK 0 0.56 0.55 0.33
HSL 358.75º 0.39% 0.48% -
HSV(B) 358.75º 0.56% 0.67% -
XYZ 20.65 14.23 8.68 -
YUV 103.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 171 75 77 0 0.56 0.55 0.33 358.75 0.39 0.48
Hex AB 4B 4D 0 38 37 21 167 27 30
Octal 253 113 115 0 70 67 41 547 47 60
Binary 10101011 1001011 1001101 0 111000 110111 100001 101100111 100111 110000

Color Harmonies of #AB4B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B4D

Black with #AB4B4D

Text Example


Text Example

White with #AB4B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B4D; }

 p { color: rgb(171,75,77); }

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

background-color css

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

 a { background-color: rgb(171,75,77); }

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

border-color css

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

 span { border-color: rgb(171,75,77); }

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