#AF635E

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

Shades of Coral Tree #AF635E

Tints of Coral Tree #AF635E

Color information

#AF635E (or 0xAF635E) is unknown color: approx Coral Tree. HEX triplet: AF, 63 and 5E. RGB value is (175,99,94). Sum of RGB (Red+Green+Blue) = 175+99+94=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF635E is #509CA1. Grayscale: #797979. Windows color (decimal): -5282978 or 6185903. OLE color: 6185903.

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

Color convert

RGB1759994-
CMYK00.430.460.31
HSL3.7º33.61%52.75%-
HSV(B)3.7º46.29%68.63%-
XYZ24.1618.8512.95-
YUV121.15112.68166.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=47.55%
G=26.90%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175999400.430.460.313.733.6152.75
HexAF635E02B2E1F42235
Octal257143136053563744265
Binary1010111111000111011110010101110111011111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF635E; }

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

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

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

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

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

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

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

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