#AF6D67

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

Shades of Coral Tree #AF6D67

Tints of Coral Tree #AF6D67

Color information

#AF6D67 (or 0xAF6D67) is unknown color: approx Coral Tree. HEX triplet: AF, 6D and 67. RGB value is (175,109,103). Sum of RGB (Red+Green+Blue) = 175+109+103=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D67 is #509298. Grayscale: #808080. Windows color (decimal): -5280409 or 6778287. OLE color: 6778287.

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

Color convert

RGB175109103-
CMYK00.380.410.31
HSL31.03%54.51%-
HSV(B)41.14%68.63%-
XYZ25.621.0315.54-
YUV128.05113.87161.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=45.22%
G=28.17%
B=26.61%

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
Decimal17510910300.380.410.31531.0354.51
HexAF6D67026291F51f37
Octal257155147046513753767
Binary101011111101101110011101001101010011111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D67; }

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

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

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

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

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

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

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

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