#AF6F61

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

Shades of Coral Tree #AF6F61

Tints of Coral Tree #AF6F61

Color information

#AF6F61 (or 0xAF6F61) is unknown color: approx Coral Tree. HEX triplet: AF, 6F and 61. RGB value is (175,111,97). Sum of RGB (Red+Green+Blue) = 175+111+97=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F61 is #50909E. Grayscale: #808080. Windows color (decimal): -5279903 or 6385583. OLE color: 6385583.

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

Color convert

RGB17511197-
CMYK00.370.450.31
HSL10.77º32.77%53.33%-
HSV(B)10.77º44.57%68.63%-
XYZ25.5221.3514.08-
YUV128.54110.2161.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=45.69%
G=28.98%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751119700.370.450.3110.7732.7753.33
HexAF6F610252D1Fb2135
Octal2571571410455537134165
Binary10101111110111111000010100101101101111111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F61; }

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

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

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

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

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

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

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

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