#AF6F5D

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

Shades of Coral Tree #AF6F5D

Tints of Coral Tree #AF6F5D

Color information

#AF6F5D (or 0xAF6F5D) is unknown color: approx Coral Tree. HEX triplet: AF, 6F and 5D. RGB value is (175,111,93). Sum of RGB (Red+Green+Blue) = 175+111+93=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F5D is #5090A2. Grayscale: #808080. Windows color (decimal): -5279907 or 6123439. OLE color: 6123439.

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

Color convert

RGB17511193-
CMYK00.370.470.31
HSL13.17º33.88%52.55%-
HSV(B)13.17º46.86%68.63%-
XYZ25.3421.2713.13-
YUV128.08108.2161.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=46.17%
G=29.29%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751119300.370.470.3113.1733.8852.55
HexAF6F5D0252F1Fd2235
Octal2571571350455737154265
Binary10101111110111110111010100101101111111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F5D; }

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

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

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

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

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

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

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

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