#AF786C

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

Shades of Coral Tree #AF786C

Tints of Coral Tree #AF786C

Color information

#AF786C (or 0xAF786C) is unknown color: approx Coral Tree. HEX triplet: AF, 78 and 6C. RGB value is (175,120,108). Sum of RGB (Red+Green+Blue) = 175+120+108=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF786C is #508793. Grayscale: #878787. Windows color (decimal): -5277588 or 7108783. OLE color: 7108783.

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

Color convert

RGB175120108-
CMYK00.310.380.31
HSL10.75º29.52%55.49%-
HSV(B)10.75º38.29%68.63%-
XYZ27.123.6317.32-
YUV135.08112.72156.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=43.42%
G=29.78%
B=26.80%

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
Decimal17512010800.310.380.3110.7529.5255.49
HexAF786C01F261Fb1e37
Octal2571701540374637133667
Binary101011111111000110110001111110011011111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF786C; }

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

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

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

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

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

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

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

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