#FFAC6C

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

Shades of Hit Pink #FFAC6C

Tints of Hit Pink #FFAC6C

Color information

#FFAC6C (or 0xFFAC6C) is unknown color: approx Hit Pink. HEX triplet: FF, AC and 6C. RGB value is (255,172,108). Sum of RGB (Red+Green+Blue) = 255+172+108=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC6C is #005393. Grayscale: #BDBDBD. Windows color (decimal): -21396 or 7122175. OLE color: 7122175.

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

Color convert

RGB255172108-
CMYK00.330.580
HSL26.12º100%71.18%-
HSV(B)26.12º57.65%100%-
XYZ58.751.8521.1-
YUV189.5282174.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 108 (42.58% from 255) = 20.19%
R=47.66%
G=32.15%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517210800.330.58026.1210071.18
HexFFAC6C0213A01a6447
Octal37725415404172032144107
Binary11111111101011001101100010000111101001101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC6C; }

 p { color: rgb(255,172,108); }

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

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

 a { background-color: rgb(255,172,108); }

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

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

 span { border-color: rgb(255,172,108); }

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