#AF766C

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

Shades of Coral Tree #AF766C

Tints of Coral Tree #AF766C

Color information

#AF766C (or 0xAF766C) is unknown color: approx Coral Tree. HEX triplet: AF, 76 and 6C. RGB value is (175,118,108). Sum of RGB (Red+Green+Blue) = 175+118+108=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766C is #508993. Grayscale: #868686. Windows color (decimal): -5278100 or 7108271. OLE color: 7108271.

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

Color convert

RGB175118108-
CMYK00.330.380.31
HSL8.96º29.52%55.49%-
HSV(B)8.96º38.29%68.63%-
XYZ26.8623.1517.24-
YUV133.9113.38157.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=43.64%
G=29.43%
B=26.93%

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
Decimal17511810800.330.380.318.9629.5255.49
HexAF766C021261F91e37
Octal2571661540414637113667
Binary1010111111101101101100010000110011011111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF766C; }

 p { color: rgb(175,118,108); }

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

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

 a { background-color: rgb(175,118,108); }

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

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

 span { border-color: rgb(175,118,108); }

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