#AF776C

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

Shades of Coral Tree #AF776C

Tints of Coral Tree #AF776C

Color information

#AF776C (or 0xAF776C) is unknown color: approx Coral Tree. HEX triplet: AF, 77 and 6C. RGB value is (175,119,108). Sum of RGB (Red+Green+Blue) = 175+119+108=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF776C is #508893. Grayscale: #868686. Windows color (decimal): -5277844 or 7108527. OLE color: 7108527.

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

Color convert

RGB175119108-
CMYK00.320.380.31
HSL9.85º29.52%55.49%-
HSV(B)9.85º38.29%68.63%-
XYZ26.9823.3917.28-
YUV134.49113.05156.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=43.53%
G=29.60%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511910800.320.380.319.8529.5255.49
HexAF776C020261Fa1e37
Octal2571671540404637123667
Binary1010111111101111101100010000010011011111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF776C; }

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

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

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

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

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

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

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

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