Html Css Color HEX #FFAF76 Tacao

📋 copy color: '#FFAF76'

red 255 ◦ green 175 ◦ blue 118

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

Shades of Tacao #FFAF76

Tints of Tacao #FFAF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.93%

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

R = 46.53%
G = 31.93%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFAF76 (or 0xFFAF76) is known color: Tacao. HEX triplet: FF, AF and 76. RGB value is (255,175,118). Sum of RGB (Red+Green+Blue) = 255+175+118=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF76 is #005089. Grayscale: #C0C0C0. Windows color (decimal): -20618 or 7778303. OLE color: 7778303.

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

Color convert

RGB 255 175 118 -
CMYK 0 0.31 0.54 0
HSL 24.96º 1% 0.73% -
HSV(B) 24.96º 0.54% 1% -
XYZ 59.84 53.23 24.26 -
YUV 192.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 255 175 118 0 0.31 0.54 0 24.96 1 0.73
Hex FF AF 76 0 1F 36 0 19 64 49
Octal 377 257 166 0 37 66 0 31 144 111
Binary 11111111 10101111 1110110 0 11111 110110 0 11001 1100100 1001001

Color Harmonies of #FFAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF76

Black with #FFAF76

Text Example


Text Example

White with #FFAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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