#AF605C

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

Shades of Coral Tree #AF605C

Tints of Coral Tree #AF605C

Color information

#AF605C (or 0xAF605C) is unknown color: approx Coral Tree. HEX triplet: AF, 60 and 5C. RGB value is (175,96,92). Sum of RGB (Red+Green+Blue) = 175+96+92=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF605C is #509FA3. Grayscale: #777777. Windows color (decimal): -5283748 or 6054063. OLE color: 6054063.

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

Color convert

RGB1759692-
CMYK00.450.470.31
HSL2.89º34.16%52.35%-
HSV(B)2.89º47.43%68.63%-
XYZ23.7918.2512.39-
YUV119.16112.67167.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=48.21%
G=26.45%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175969200.450.470.312.8934.1652.35
HexAF605C02D2F1F32234
Octal257140134055573734264
Binary101011111100000101110001011011011111111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF605C; }

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

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

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

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

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

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

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

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