#AB565C

Color #AB565C Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AB565C

Tints of Hippie Pink #AB565C

Color information

#AB565C (or 0xAB565C) is unknown color: approx Hippie Pink. HEX triplet: AB, 56 and 5C. RGB value is (171,86,92). Sum of RGB (Red+Green+Blue) = 171+86+92=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB565C is #54A9A3. Grayscale: #707070. Windows color (decimal): -5548452 or 6051499. OLE color: 6051499.

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

Color convert

RGB1718692-
CMYK00.500.460.33
HSL355.76º33.6%50.39%-
HSV(B)355.76º49.71%67.06%-
XYZ22.0516.0912.07-
YUV112.1116.66170.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=49.00%
G=24.64%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171869200.500.460.33355.7633.650.39
HexAB565C0322E211642232
Octal25312613406256415444262
Binary10101011101011010111000110010101110100001101100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB565C; }

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

 H1.HeaderClassName
 {
   color: #AB565C;
 }
 .AnyTagClassName
 {
   color: #AB565C;
 }
</style>
background-color css

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

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

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

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

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

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