#FFA76B

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

Shades of Hit Pink #FFA76B

Tints of Hit Pink #FFA76B

Color information

#FFA76B (or 0xFFA76B) is unknown color: approx Hit Pink. HEX triplet: FF, A7 and 6B. RGB value is (255,167,107). Sum of RGB (Red+Green+Blue) = 255+167+107=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA76B is #005894. Grayscale: #BABABA. Windows color (decimal): -22677 or 7055359. OLE color: 7055359.

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

Color convert

RGB255167107-
CMYK00.350.580
HSL24.32º100%70.98%-
HSV(B)24.32º58.04%100%-
XYZ57.7149.9620.51-
YUV186.4783.15176.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 167 (65.62% from 255) = 31.57%
BLUE value IS 107 (42.19% from 255) = 20.23%
R=48.20%
G=31.57%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516710700.350.58024.3210070.98
HexFFA76B0233A0186447
Octal37724715304372030144107
Binary11111111101001111101011010001111101001100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA76B; }

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

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

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

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

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

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

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

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