#af5f5b

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

Shades of Coral Tree #AF5F5B

Tints of Coral Tree #AF5F5B

Color information

#AF5F5B (or 0xAF5F5B) is unknown color: approx Coral Tree. HEX triplet: AF, 5F and 5B. RGB value is (175,95,91). Sum of RGB (Red+Green+Blue) = 175+95+91=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F5B is #50A0A4. Grayscale: #767676. Windows color (decimal): -5284005 or 5988271. OLE color: 5988271.

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

Color convert

RGB1759591-
CMYK00.460.480.31
HSL2.86º34.43%52.16%-
HSV(B)2.86º48%68.63%-
XYZ23.6618.0512.14-
YUV118.46112.5168.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=48.48%
G=26.32%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175959100.460.480.312.8634.4352.16
HexAF5F5B02E301F32234
Octal257137133056603734264
Binary101011111011111101101101011101100001111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5f5b; }

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

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

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

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

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

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

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

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