#AF7370

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

Shades of Coral Tree #AF7370

Tints of Coral Tree #AF7370

Color information

#AF7370 (or 0xAF7370) is unknown color: approx Coral Tree. HEX triplet: AF, 73 and 70. RGB value is (175,115,112). Sum of RGB (Red+Green+Blue) = 175+115+112=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7370 is #508C8F. Grayscale: #848484. Windows color (decimal): -5278864 or 7369647. OLE color: 7369647.

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

Color convert

RGB175115112-
CMYK00.340.360.31
HSL2.86º28.25%56.27%-
HSV(B)2.86º36%68.63%-
XYZ26.7322.5518.27-
YUV132.6116.38158.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=43.53%
G=28.61%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511511200.340.360.312.8628.2556.27
HexAF7370022241F31c38
Octal257163160042443733470
Binary10101111111001111100000100010100100111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7370; }

 p { color: rgb(175,115,112); }

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

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

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

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

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

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

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