#AF695E

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

Shades of Coral Tree #AF695E

Tints of Coral Tree #AF695E

Color information

#AF695E (or 0xAF695E) is unknown color: approx Coral Tree. HEX triplet: AF, 69 and 5E. RGB value is (175,105,94). Sum of RGB (Red+Green+Blue) = 175+105+94=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF695E is #5096A1. Grayscale: #7C7C7C. Windows color (decimal): -5281442 or 6187439. OLE color: 6187439.

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

Color convert

RGB17510594-
CMYK00.400.460.31
HSL8.15º33.61%52.75%-
HSV(B)8.15º46.29%68.63%-
XYZ24.7520.0313.15-
YUV124.68110.69163.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=46.79%
G=28.07%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751059400.400.460.318.1533.6152.75
HexAF695E0282E1F82235
Octal2571511360505637104265
Binary10101111110100110111100101000101110111111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF695E; }

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

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

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

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

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

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

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

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