#AF6C67

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

Shades of Coral Tree #AF6C67

Tints of Coral Tree #AF6C67

Color information

#AF6C67 (or 0xAF6C67) is unknown color: approx Coral Tree. HEX triplet: AF, 6C and 67. RGB value is (175,108,103). Sum of RGB (Red+Green+Blue) = 175+108+103=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C67 is #509398. Grayscale: #7F7F7F. Windows color (decimal): -5280665 or 6778031. OLE color: 6778031.

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

Color convert

RGB175108103-
CMYK00.380.410.31
HSL4.17º31.03%54.51%-
HSV(B)4.17º41.14%68.63%-
XYZ25.4920.8215.51-
YUV127.46114.2161.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=45.34%
G=27.98%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510810300.380.410.314.1731.0354.51
HexAF6C67026291F41f37
Octal257154147046513743767
Binary101011111101100110011101001101010011111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C67; }

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

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

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

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

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

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

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

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