#FFAF7A

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

Shades of Tacao #FFAF7A

Tints of Tacao #FFAF7A

Color information

#FFAF7A (or 0xFFAF7A) is unknown color: approx Tacao. HEX triplet: FF, AF and 7A. RGB value is (255,175,122). Sum of RGB (Red+Green+Blue) = 255+175+122=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF7A is #005085. Grayscale: #C1C1C1. Windows color (decimal): -20614 or 8040447. OLE color: 8040447.

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

Color convert

RGB255175122-
CMYK00.310.520
HSL23.91º100%73.92%-
HSV(B)23.91º52.16%100%-
XYZ60.0853.3325.54-
YUV192.8888172.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 122 (48.05% from 255) = 22.10%
R=46.20%
G=31.70%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517512200.310.52023.9110073.92
HexFFAF7A01F34018644a
Octal37725717203764030144112
Binary1111111110101111111101001111111010001100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF7A; }

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

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

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

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

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

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

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

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