#AF776B

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

Shades of Coral Tree #AF776B

Tints of Coral Tree #AF776B

Color information

#AF776B (or 0xAF776B) is unknown color: approx Coral Tree. HEX triplet: AF, 77 and 6B. RGB value is (175,119,107). Sum of RGB (Red+Green+Blue) = 175+119+107=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF776B is #508894. Grayscale: #868686. Windows color (decimal): -5277845 or 7042991. OLE color: 7042991.

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

Color convert

RGB175119107-
CMYK00.320.390.31
HSL10.59º29.82%55.29%-
HSV(B)10.59º38.86%68.63%-
XYZ26.9323.3717-
YUV134.38112.55156.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=43.64%
G=29.68%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511910700.320.390.3110.5929.8255.29
HexAF776B020271Fb1e37
Octal2571671530404737133667
Binary1010111111101111101011010000010011111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF776B; }

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

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

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

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

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

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

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

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