#AF796F

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

Shades of Coral Tree #AF796F

Tints of Coral Tree #AF796F

Color information

#AF796F (or 0xAF796F) is unknown color: approx Coral Tree. HEX triplet: AF, 79 and 6F. RGB value is (175,121,111). Sum of RGB (Red+Green+Blue) = 175+121+111=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF796F is #508690. Grayscale: #888888. Windows color (decimal): -5277329 or 7305647. OLE color: 7305647.

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

Color convert

RGB175121111-
CMYK00.310.370.31
HSL9.38º28.57%56.08%-
HSV(B)9.38º36.57%68.63%-
XYZ27.3923.9418.22-
YUV136.01113.89155.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=43.00%
G=29.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512111100.310.370.319.3828.5756.08
HexAF796F01F251F91d38
Octal2571711570374537113570
Binary101011111111001110111101111110010111111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF796F; }

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

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

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

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

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

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

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

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