#AF7876

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

Shades of Coral Tree #AF7876

Tints of Coral Tree #AF7876

Color information

#AF7876 (or 0xAF7876) is unknown color: approx Coral Tree. HEX triplet: AF, 78 and 76. RGB value is (175,120,118). Sum of RGB (Red+Green+Blue) = 175+120+118=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7876 is #508789. Grayscale: #888888. Windows color (decimal): -5277578 or 7764143. OLE color: 7764143.

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

Color convert

RGB175120118-
CMYK00.310.330.31
HSL2.11º26.27%57.45%-
HSV(B)2.11º32.57%68.63%-
XYZ27.6723.8520.29-
YUV136.22117.72155.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=42.37%
G=29.06%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512011800.310.330.312.1126.2757.45
HexAF787601F211F21a39
Octal257170166037413723271
Binary1010111111110001110110011111100001111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7876; }

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

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

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

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

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

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

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

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