#af605f

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

Shades of Coral Tree #AF605F

Tints of Coral Tree #AF605F

Color information

#AF605F (or 0xAF605F) is unknown color: approx Coral Tree. HEX triplet: AF, 60 and 5F. RGB value is (175,96,95). Sum of RGB (Red+Green+Blue) = 175+96+95=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF605F is #509FA0. Grayscale: #777777. Windows color (decimal): -5283745 or 6250671. OLE color: 6250671.

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

Color convert

RGB1759695-
CMYK00.450.460.31
HSL0.75º33.33%52.94%-
HSV(B)0.75º45.71%68.63%-
XYZ23.9318.3113.1-
YUV119.51114.17167.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=47.81%
G=26.23%
B=25.96%

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
Decimal175969500.450.460.310.7533.3352.94
HexAF605F02D2E1F12135
Octal257140137055563714165
Binary10101111110000010111110101101101110111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af605f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af605f; }

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

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

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

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

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

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

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

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