Html Css Color HEX #FFAD76 Tacao

📋 copy color: '#FFAD76'

red 255 ◦ green 173 ◦ blue 118

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

Shades of Tacao #FFAD76

Tints of Tacao #FFAD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.68%

 BLUE value IS 118 (46.48% from 255) = 21.61%

R = 46.7%
G = 31.68%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFAD76 (or 0xFFAD76) is known color: Tacao. HEX triplet: FF, AD and 76. RGB value is (255,173,118). Sum of RGB (Red+Green+Blue) = 255+173+118=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD76 is #005289. Grayscale: #BFBFBF. Windows color (decimal): -21130 or 7777791. OLE color: 7777791.

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

Color convert

RGB 255 173 118 -
CMYK 0 0.32 0.54 0
HSL 24.09º 1% 0.73% -
HSV(B) 24.09º 0.54% 1% -
XYZ 59.45 52.46 24.13 -
YUV 191.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 255 173 118 0 0.32 0.54 0 24.09 1 0.73
Hex FF AD 76 0 20 36 0 18 64 49
Octal 377 255 166 0 40 66 0 30 144 111
Binary 11111111 10101101 1110110 0 100000 110110 0 11000 1100100 1001001

Color Harmonies of #FFAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD76

Black with #FFAD76

Text Example


Text Example

White with #FFAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD76; }

 p { color: rgb(255,173,118); }

 H1.HeaderClassName
 {
   color: #FFAD76;
 }
 .AnyTagClassName
 {
   color: #FFAD76;
 }
</style>

background-color css

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

 a { background-color: rgb(255,173,118); }

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

border-color css

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

 span { border-color: rgb(255,173,118); }

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