#AF605E

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

Shades of Coral Tree #AF605E

Tints of Coral Tree #AF605E

Color information

#AF605E (or 0xAF605E) is unknown color: approx Coral Tree. HEX triplet: AF, 60 and 5E. RGB value is (175,96,94). Sum of RGB (Red+Green+Blue) = 175+96+94=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF605E is #509FA1. Grayscale: #777777. Windows color (decimal): -5283746 or 6185135. OLE color: 6185135.

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

Color convert

RGB1759694-
CMYK00.450.460.31
HSL1.48º33.61%52.75%-
HSV(B)1.48º46.29%68.63%-
XYZ23.8818.2912.86-
YUV119.39113.67167.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=47.95%
G=26.30%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175969400.450.460.311.4833.6152.75
HexAF605E02D2E1F12235
Octal257140136055563714265
Binary10101111110000010111100101101101110111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF605E; }

 p { color: rgb(175,96,94); }

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

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

 a { background-color: rgb(175,96,94); }

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

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

 span { border-color: rgb(175,96,94); }

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