#AF706E

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

Shades of Coral Tree #AF706E

Tints of Coral Tree #AF706E

Color information

#AF706E (or 0xAF706E) is unknown color: approx Coral Tree. HEX triplet: AF, 70 and 6E. RGB value is (175,112,110). Sum of RGB (Red+Green+Blue) = 175+112+110=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF706E is #508F91. Grayscale: #828282. Windows color (decimal): -5279634 or 7237807. OLE color: 7237807.

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

Color convert

RGB175112110-
CMYK00.360.370.31
HSL1.85º28.89%55.88%-
HSV(B)1.85º37.14%68.63%-
XYZ26.2921.8317.58-
YUV130.61116.37159.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=44.08%
G=28.21%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511211000.360.370.311.8528.8955.88
HexAF706E024251F21d38
Octal257160156044453723570
Binary10101111111000011011100100100100101111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF706E; }

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

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

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

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

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

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

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

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