#FFA76C

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

Shades of Hit Pink #FFA76C

Tints of Hit Pink #FFA76C

Color information

#FFA76C (or 0xFFA76C) is unknown color: approx Hit Pink. HEX triplet: FF, A7 and 6C. RGB value is (255,167,108). Sum of RGB (Red+Green+Blue) = 255+167+108=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA76C is #005893. Grayscale: #BABABA. Windows color (decimal): -22676 or 7120895. OLE color: 7120895.

HSL color Cylindrical-coordinate representation of color #FFA76C: hue angle of 24.08º 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 #FFA76C is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255167108-
CMYK00.350.580
HSL24.08º100%71.18%-
HSV(B)24.08º57.65%100%-
XYZ57.7749.9820.79-
YUV186.5983.65176.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=48.11%
G=31.51%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516710800.350.58024.0810071.18
HexFFA76C0233A0186447
Octal37724715404372030144107
Binary11111111101001111101100010001111101001100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA76C; }

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

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

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

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

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

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

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

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