#FFAF78

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

Shades of Tacao #FFAF78

Tints of Tacao #FFAF78

Color information

#FFAF78 (or 0xFFAF78) is unknown color: approx Tacao. HEX triplet: FF, AF and 78. RGB value is (255,175,120). Sum of RGB (Red+Green+Blue) = 255+175+120=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF78 is #005087. Grayscale: #C0C0C0. Windows color (decimal): -20616 or 7909375. OLE color: 7909375.

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

Color convert

RGB255175120-
CMYK00.310.530
HSL24.44º100%73.53%-
HSV(B)24.44º52.94%100%-
XYZ59.9653.2824.89-
YUV192.6587172.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 120 (47.27% from 255) = 21.82%
R=46.36%
G=31.82%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517512000.310.53024.4410073.53
HexFFAF7801F35018644a
Octal37725717003765030144112
Binary1111111110101111111100001111111010101100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF78; }

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

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

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

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

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

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

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

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