#AF796D

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

Shades of Coral Tree #AF796D

Tints of Coral Tree #AF796D

Color information

#AF796D (or 0xAF796D) is unknown color: approx Coral Tree. HEX triplet: AF, 79 and 6D. RGB value is (175,121,109). Sum of RGB (Red+Green+Blue) = 175+121+109=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF796D is #508692. Grayscale: #878787. Windows color (decimal): -5277331 or 7174575. OLE color: 7174575.

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

Color convert

RGB175121109-
CMYK00.310.380.31
HSL10.91º29.2%55.69%-
HSV(B)10.91º37.71%68.63%-
XYZ27.2823.8917.64-
YUV135.78112.89155.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=43.21%
G=29.88%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512110900.310.380.3110.9129.255.69
HexAF796D01F261Fb1d38
Octal2571711550374637133570
Binary101011111111001110110101111110011011111101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF796D; }

 p { color: rgb(175,121,109); }

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

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

 a { background-color: rgb(175,121,109); }

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

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

 span { border-color: rgb(175,121,109); }

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