#AF766B

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

Shades of Coral Tree #AF766B

Tints of Coral Tree #AF766B

Color information

#AF766B (or 0xAF766B) is unknown color: approx Coral Tree. HEX triplet: AF, 76 and 6B. RGB value is (175,118,107). Sum of RGB (Red+Green+Blue) = 175+118+107=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766B is #508994. Grayscale: #858585. Windows color (decimal): -5278101 or 7042735. OLE color: 7042735.

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

Color convert

RGB175118107-
CMYK00.330.390.31
HSL9.71º29.82%55.29%-
HSV(B)9.71º38.86%68.63%-
XYZ26.8123.1316.96-
YUV133.79112.88157.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 107 (42.19% from 255) = 26.75%
R=43.75%
G=29.5%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511810700.330.390.319.7129.8255.29
HexAF766B021271Fa1e37
Octal2571661530414737123667
Binary1010111111101101101011010000110011111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF766B; }

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

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

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

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

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

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

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

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