#AF7365

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

Shades of Coral Tree #AF7365

Tints of Coral Tree #AF7365

Color information

#AF7365 (or 0xAF7365) is unknown color: approx Coral Tree. HEX triplet: AF, 73 and 65. RGB value is (175,115,101). Sum of RGB (Red+Green+Blue) = 175+115+101=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7365 is #508C9A. Grayscale: #838383. Windows color (decimal): -5278875 or 6648751. OLE color: 6648751.

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

Color convert

RGB175115101-
CMYK00.340.420.31
HSL11.35º31.62%54.12%-
HSV(B)11.35º42.29%68.63%-
XYZ26.1622.3215.24-
YUV131.34110.88159.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=44.76%
G=29.41%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511510100.340.420.3111.3531.6254.12
HexAF73650222A1Fb2036
Octal2571631450425237134066
Binary10101111111001111001010100010101010111111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7365; }

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

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

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

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

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

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

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

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