Html Css Color HEX #AB555D Hippie Pink

📋 copy color: '#AB555D'

red 171 ◦ green 85 ◦ blue 93

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

Shades of Hippie Pink #AB555D

Tints of Hippie Pink #AB555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 49%
G = 24.36%
B = 26.65%

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

#AB555D (or 0xAB555D) is known color: Hippie Pink. HEX triplet: AB, 55 and 5D. RGB value is (171,85,93). Sum of RGB (Red+Green+Blue) = 171+85+93=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB555D is #54AAA2. Grayscale: #6F6F6F. Windows color (decimal): -5548707 or 6116779. OLE color: 6116779.

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

Color convert

RGB 171 85 93 -
CMYK 0 0.50 0.46 0.33
HSL 354.42º 0.34% 0.5% -
HSV(B) 354.42º 0.5% 0.67% -
XYZ 22.02 15.95 12.27 -
YUV 111.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 171 85 93 0 0.50 0.46 0.33 354.42 0.34 0.5
Hex AB 55 5D 0 32 2E 21 162 22 32
Octal 253 125 135 0 62 56 41 542 42 62
Binary 10101011 1010101 1011101 0 110010 101110 100001 101100010 100010 110010

Color Harmonies of #AB555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB555D

Black with #AB555D

Text Example


Text Example

White with #AB555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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