#AF6459

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

Shades of Coral Tree #AF6459

Tints of Coral Tree #AF6459

Color information

#AF6459 (or 0xAF6459) is unknown color: approx Coral Tree. HEX triplet: AF, 64 and 59. RGB value is (175,100,89). Sum of RGB (Red+Green+Blue) = 175+100+89=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6459 is #509BA6. Grayscale: #797979. Windows color (decimal): -5282727 or 5858479. OLE color: 5858479.

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

Color convert

RGB17510089-
CMYK00.430.490.31
HSL7.67º34.96%51.76%-
HSV(B)7.67º49.14%68.63%-
XYZ24.0418.9511.84-
YUV121.17109.85166.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=48.08%
G=27.47%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751008900.430.490.317.6734.9651.76
HexAF645902B311F82334
Octal2571441310536137104364
Binary10101111110010010110010101011110001111111000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6459; }

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

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

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

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

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

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

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

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