Html Css Color HEX #AB555C Hippie Pink

📋 copy color: '#AB555C'

red 171 ◦ green 85 ◦ blue 92

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

Shades of Hippie Pink #AB555C

Tints of Hippie Pink #AB555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 49.14%
G = 24.43%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB555C (or 0xAB555C) is known color: Hippie Pink. HEX triplet: AB, 55 and 5C. RGB value is (171,85,92). Sum of RGB (Red+Green+Blue) = 171+85+92=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB555C is #54AAA3. Grayscale: #6F6F6F. Windows color (decimal): -5548708 or 6051243. OLE color: 6051243.

HSL color Cylindrical-coordinate representation of color #AB555C: hue angle of 355.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB555C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 92 -
CMYK 0 0.50 0.46 0.33
HSL 355.12º 0.34% 0.5% -
HSV(B) 355.12º 0.5% 0.67% -
XYZ 21.97 15.93 12.04 -
YUV 111.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 171 85 92 0 0.50 0.46 0.33 355.12 0.34 0.5
Hex AB 55 5C 0 32 2E 21 163 22 32
Octal 253 125 134 0 62 56 41 543 42 62
Binary 10101011 1010101 1011100 0 110010 101110 100001 101100011 100010 110010

Color Harmonies of #AB555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB555C

Black with #AB555C

Text Example


Text Example

White with #AB555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB555C; }

 p { color: rgb(171,85,92); }

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

background-color css

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

 a { background-color: rgb(171,85,92); }

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

border-color css

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

 span { border-color: rgb(171,85,92); }

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