#AF776A

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

Shades of Coral Tree #AF776A

Tints of Coral Tree #AF776A

Color information

#AF776A (or 0xAF776A) is unknown color: approx Coral Tree. HEX triplet: AF, 77 and 6A. RGB value is (175,119,106). Sum of RGB (Red+Green+Blue) = 175+119+106=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF776A is #508895. Grayscale: #868686. Windows color (decimal): -5277846 or 6977455. OLE color: 6977455.

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

Color convert

RGB175119106-
CMYK00.320.390.31
HSL11.3º30.13%55.1%-
HSV(B)11.3º39.43%68.63%-
XYZ26.8823.3516.73-
YUV134.26112.05157.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=43.75%
G=29.75%
B=26.5%

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
Decimal17511910600.320.390.3111.330.1355.1
HexAF776A020271Fb1e37
Octal2571671520404737133667
Binary1010111111101111101010010000010011111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF776A; }

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

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

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

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

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

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

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

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