#AF6A5D

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

Shades of Coral Tree #AF6A5D

Tints of Coral Tree #AF6A5D

Color information

#AF6A5D (or 0xAF6A5D) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 5D. RGB value is (175,106,93). Sum of RGB (Red+Green+Blue) = 175+106+93=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5D is #5095A2. Grayscale: #7D7D7D. Windows color (decimal): -5281187 or 6122159. OLE color: 6122159.

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

Color convert

RGB17510693-
CMYK00.390.470.31
HSL9.51º33.88%52.55%-
HSV(B)9.51º46.86%68.63%-
XYZ24.8120.2112.95-
YUV125.15109.86163.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=46.79%
G=28.34%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751069300.390.470.319.5133.8852.55
HexAF6A5D0272F1Fa2235
Octal2571521350475737124265
Binary10101111110101010111010100111101111111111010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A5D; }

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

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

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

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

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

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

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

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