#FFAF85

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

Shades of Tacao #FFAF85

Tints of Tacao #FFAF85

Color information

#FFAF85 (or 0xFFAF85) is unknown color: approx Tacao. HEX triplet: FF, AF and 85. RGB value is (255,175,133). Sum of RGB (Red+Green+Blue) = 255+175+133=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF85 is #00507A. Grayscale: #C2C2C2. Windows color (decimal): -20603 or 8761343. OLE color: 8761343.

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

Color convert

RGB255175133-
CMYK00.310.480
HSL20.66º100%76.08%-
HSV(B)20.66º47.84%100%-
XYZ60.853.6129.33-
YUV194.1393.5171.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=45.29%
G=31.08%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517513300.310.48020.6610076.08
HexFFAF8501F30015644c
Octal37725720503760025144114
Binary11111111101011111000010101111111000001010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF85; }

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

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

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

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

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

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

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

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