#af6359

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

Shades of Coral Tree #AF6359

Tints of Coral Tree #AF6359

Color information

#AF6359 (or 0xAF6359) is unknown color: approx Coral Tree. HEX triplet: AF, 63 and 59. RGB value is (175,99,89). Sum of RGB (Red+Green+Blue) = 175+99+89=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6359 is #509CA6. Grayscale: #787878. Windows color (decimal): -5282983 or 5858223. OLE color: 5858223.

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

Color convert

RGB1759989-
CMYK00.430.490.31
HSL6.98º34.96%51.76%-
HSV(B)6.98º49.14%68.63%-
XYZ23.9418.7611.81-
YUV120.58110.18166.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=48.21%
G=27.27%
B=24.52%

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
Decimal175998900.430.490.316.9834.9651.76
HexAF635902B311F72334
Octal257143131053613774364
Binary1010111111000111011001010101111000111111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6359; }

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

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

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

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

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

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

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

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