#AF705E

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

Shades of Coral Tree #AF705E

Tints of Coral Tree #AF705E

Color information

#AF705E (or 0xAF705E) is unknown color: approx Coral Tree. HEX triplet: AF, 70 and 5E. RGB value is (175,112,94). Sum of RGB (Red+Green+Blue) = 175+112+94=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF705E is #508FA1. Grayscale: #808080. Windows color (decimal): -5279650 or 6189231. OLE color: 6189231.

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

Color convert

RGB17511294-
CMYK00.360.460.31
HSL13.33º33.61%52.75%-
HSV(B)13.33º46.29%68.63%-
XYZ25.4921.5113.4-
YUV128.78108.37160.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=45.93%
G=29.40%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751129400.360.460.3113.3333.6152.75
HexAF705E0242E1Fd2235
Octal2571601360445637154265
Binary10101111111000010111100100100101110111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF705E; }

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

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

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

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

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

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

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

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