#AF736F

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

Shades of Coral Tree #AF736F

Tints of Coral Tree #AF736F

Color information

#AF736F (or 0xAF736F) is unknown color: approx Coral Tree. HEX triplet: AF, 73 and 6F. RGB value is (175,115,111). Sum of RGB (Red+Green+Blue) = 175+115+111=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF736F is #508C90. Grayscale: #848484. Windows color (decimal): -5278865 or 7304111. OLE color: 7304111.

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

Color convert

RGB175115111-
CMYK00.340.370.31
HSL3.75º28.57%56.08%-
HSV(B)3.75º36.57%68.63%-
XYZ26.6822.5217.98-
YUV132.48115.88158.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=43.64%
G=28.68%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511511100.340.370.313.7528.5756.08
HexAF736F022251F41d38
Octal257163157042453743570
Binary101011111110011110111101000101001011111110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF736F; }

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

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

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

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

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

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

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

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