#FFAF7F

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

Shades of Tacao #FFAF7F

Tints of Tacao #FFAF7F

Color information

#FFAF7F (or 0xFFAF7F) is unknown color: approx Tacao. HEX triplet: FF, AF and 7F. RGB value is (255,175,127). Sum of RGB (Red+Green+Blue) = 255+175+127=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF7F is #005080. Grayscale: #C1C1C1. Windows color (decimal): -20609 or 8368127. OLE color: 8368127.

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

Color convert

RGB255175127-
CMYK00.310.500
HSL22.5º100%74.9%-
HSV(B)22.5º50.2%100%-
XYZ60.453.4527.21-
YUV193.4590.5171.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 127 (50% from 255) = 22.80%
R=45.78%
G=31.42%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517512700.310.50022.510074.9
HexFFAF7F01F32017644b
Octal37725717703762027144113
Binary1111111110101111111111101111111001001011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF7F; }

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

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

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

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

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

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

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

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