#AF7670

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

Shades of Coral Tree #AF7670

Tints of Coral Tree #AF7670

Color information

#AF7670 (or 0xAF7670) is unknown color: approx Coral Tree. HEX triplet: AF, 76 and 70. RGB value is (175,118,112). Sum of RGB (Red+Green+Blue) = 175+118+112=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7670 is #50898F. Grayscale: #868686. Windows color (decimal): -5278096 or 7370415. OLE color: 7370415.

HSL color Cylindrical-coordinate representation of color #AF7670: hue angle of 5.71º 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 #AF7670 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB175118112-
CMYK00.330.360.31
HSL5.71º28.25%56.27%-
HSV(B)5.71º36%68.63%-
XYZ27.0823.2418.39-
YUV134.36115.38156.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=43.21%
G=29.14%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511811200.330.360.315.7128.2556.27
HexAF7670021241F61c38
Octal257166160041443763470
Binary101011111110110111000001000011001001111111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7670; }

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

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

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

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

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

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

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

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