#AF5F5F

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

Shades of Coral Tree #AF5F5F

Tints of Coral Tree #AF5F5F

Color information

#AF5F5F (or 0xAF5F5F) is unknown color: approx Coral Tree. HEX triplet: AF, 5F and 5F. RGB value is (175,95,95). Sum of RGB (Red+Green+Blue) = 175+95+95=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F5F is #50A0A0. Grayscale: #777777. Windows color (decimal): -5284001 or 6250415. OLE color: 6250415.

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

Color convert

RGB1759595-
CMYK00.460.460.31
HSL33.33%52.94%-
HSV(B)45.71%68.63%-
XYZ23.8418.1213.07-
YUV118.92114.5168-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=47.95%
G=26.03%
B=26.03%

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
Decimal175959500.460.460.31033.3352.94
HexAF5F5F02E2E1F02135
Octal257137137056563704165
Binary10101111101111110111110101110101110111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F5F; }

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

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

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

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

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

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

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

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