#AF7474

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

Shades of Coral Tree #AF7474

Tints of Coral Tree #AF7474

Color information

#AF7474 (or 0xAF7474) is unknown color: approx Coral Tree. HEX triplet: AF, 74 and 74. RGB value is (175,116,116). Sum of RGB (Red+Green+Blue) = 175+116+116=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7474 is #508B8B. Grayscale: #858585. Windows color (decimal): -5278604 or 7632047. OLE color: 7632047.

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

Color convert

RGB175116116-
CMYK00.340.340.31
HSL26.94%57.06%-
HSV(B)33.71%68.63%-
XYZ27.0822.8719.51-
YUV133.64118.05157.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=43.00%
G=28.50%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511611600.340.340.31026.9457.06
HexAF7474022221F01b39
Octal257164164042423703371
Binary1010111111101001110100010001010001011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7474; }

 p { color: rgb(175,116,116); }

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

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

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

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

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

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

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