#af6f5e

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

Shades of Coral Tree #AF6F5E

Tints of Coral Tree #AF6F5E

Color information

#AF6F5E (or 0xAF6F5E) is unknown color: approx Coral Tree. HEX triplet: AF, 6F and 5E. RGB value is (175,111,94). Sum of RGB (Red+Green+Blue) = 175+111+94=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F5E is #5090A1. Grayscale: #808080. Windows color (decimal): -5279906 or 6188975. OLE color: 6188975.

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

Color convert

RGB17511194-
CMYK00.370.460.31
HSL12.59º33.61%52.75%-
HSV(B)12.59º46.29%68.63%-
XYZ25.3821.2913.36-
YUV128.2108.7161.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 94 (37.11% from 255) = 24.74%
R=46.05%
G=29.21%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751119400.370.460.3112.5933.6152.75
HexAF6F5E0252E1Fd2235
Octal2571571360455637154265
Binary10101111110111110111100100101101110111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6f5e; }

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

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

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

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

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

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

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

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