#AF756D

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

Shades of Coral Tree #AF756D

Tints of Coral Tree #AF756D

Color information

#AF756D (or 0xAF756D) is unknown color: approx Coral Tree. HEX triplet: AF, 75 and 6D. RGB value is (175,117,109). Sum of RGB (Red+Green+Blue) = 175+117+109=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF756D is #508A92. Grayscale: #858585. Windows color (decimal): -5278355 or 7173551. OLE color: 7173551.

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

Color convert

RGB175117109-
CMYK00.330.380.31
HSL7.27º29.2%55.69%-
HSV(B)7.27º37.71%68.63%-
XYZ26.822.9417.48-
YUV133.43114.22157.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=43.64%
G=29.18%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511710900.330.380.317.2729.255.69
HexAF756D021261F71d38
Octal257165155041463773570
Binary101011111110101110110101000011001101111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF756D; }

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

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

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

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

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

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

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

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