Html Css Color HEX #FFA76B Hit Pink

📋 copy color: '#FFA76B'

red 255 ◦ green 167 ◦ blue 107

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

Shades of Hit Pink #FFA76B

Tints of Hit Pink #FFA76B

RGB

 RED value IS 255 (100% from 255) = 48.2%

 GREEN value IS 167 (65.63% from 255) = 31.57%

 BLUE value IS 107 (42.19% from 255) = 20.23%

R = 48.2%
G = 31.57%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFA76B (or 0xFFA76B) is known color: 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

RGB 255 167 107 -
CMYK 0 0.35 0.58 0
HSL 24.32º 1% 0.71% -
HSV(B) 24.32º 0.58% 1% -
XYZ 57.71 49.96 20.51 -
YUV 186.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 255 167 107 0 0.35 0.58 0 24.32 1 0.71
Hex FF A7 6B 0 23 3A 0 18 64 47
Octal 377 247 153 0 43 72 0 30 144 107
Binary 11111111 10100111 1101011 0 100011 111010 0 11000 1100100 1000111

Color Harmonies of #FFA76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA76B

Black with #FFA76B

Text Example


Text Example

White with #FFA76B

Text Example


Text Example

HTML Codes & Css Web 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>