#AF6559

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

Shades of Coral Tree #AF6559

Tints of Coral Tree #AF6559

Color information

#AF6559 (or 0xAF6559) is unknown color: approx Coral Tree. HEX triplet: AF, 65 and 59. RGB value is (175,101,89). Sum of RGB (Red+Green+Blue) = 175+101+89=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6559 is #509AA6. Grayscale: #797979. Windows color (decimal): -5282471 or 5858735. OLE color: 5858735.

HSL color Cylindrical-coordinate representation of color #AF6559: hue angle of 8.37º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6559 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17510189-
CMYK00.420.490.31
HSL8.37º34.96%51.76%-
HSV(B)8.37º49.14%68.63%-
XYZ24.1419.1411.87-
YUV121.76109.52165.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=47.95%
G=27.67%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751018900.420.490.318.3734.9651.76
HexAF655902A311F82334
Octal2571451310526137104364
Binary10101111110010110110010101010110001111111000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6559; }

 p { color: rgb(175,101,89); }

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

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

 a { background-color: rgb(175,101,89); }

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

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

 span { border-color: rgb(175,101,89); }

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