#af5e5e

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

Shades of Coral Tree #AF5E5E

Tints of Coral Tree #AF5E5E

Color information

#AF5E5E (or 0xAF5E5E) is unknown color: approx Coral Tree. HEX triplet: AF, 5E and 5E. RGB value is (175,94,94). Sum of RGB (Red+Green+Blue) = 175+94+94=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E5E is #50A1A1. Grayscale: #767676. Windows color (decimal): -5284258 or 6184623. OLE color: 6184623.

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

Color convert

RGB1759494-
CMYK00.460.460.31
HSL33.61%52.75%-
HSV(B)46.29%68.63%-
XYZ23.717.9312.8-
YUV118.22114.34168.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=48.21%
G=25.90%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175949400.460.460.31033.6152.75
HexAF5E5E02E2E1F02235
Octal257136136056563704265
Binary10101111101111010111100101110101110111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5e5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5e5e; }

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

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

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

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

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

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

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

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