#AF6F6D

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

Shades of Coral Tree #AF6F6D

Tints of Coral Tree #AF6F6D

Color information

#AF6F6D (or 0xAF6F6D) is unknown color: approx Coral Tree. HEX triplet: AF, 6F and 6D. RGB value is (175,111,109). Sum of RGB (Red+Green+Blue) = 175+111+109=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F6D is #509092. Grayscale: #818181. Windows color (decimal): -5279891 or 7172015. OLE color: 7172015.

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

Color convert

RGB175111109-
CMYK00.370.380.31
HSL1.82º29.2%55.69%-
HSV(B)1.82º37.71%68.63%-
XYZ26.1221.5917.26-
YUV129.91116.2160.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=44.30%
G=28.10%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511110900.370.380.311.8229.255.69
HexAF6F6D025261F21d38
Octal257157155045463723570
Binary10101111110111111011010100101100110111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F6D; }

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

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

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

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

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

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

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

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